https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04
(script versions: [v0.33.11, v0.34.0])
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh -o install_nvm.sh
- Inspect (optional):
nano install_nvm.sh
- Run:
bash install_nvm.sh
source ~/.profile
- Finally
nvm ls-remote
fetch list of node from live - Install
nvm install <version>