Installing development tools
Ubuntu 18.04
Code Block | ||
---|---|---|
| ||
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt install nodejs |
Brew (MacOS)
https://formulae.brew.sh/formula/node@12
service.seamlessaccess.org
...
Code Block | ||
---|---|---|
| ||
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt install nodejs |
https://formulae.brew.sh/formula/node@12
...