Skip to content

Instantly share code, notes, and snippets.

@fabiofdsantos
Created September 27, 2019 14:05
Show Gist options
  • Save fabiofdsantos/8c851acc47e8a23273fad7e4dfb952cf to your computer and use it in GitHub Desktop.
Save fabiofdsantos/8c851acc47e8a23273fad7e4dfb952cf to your computer and use it in GitHub Desktop.
How to install nodejs & npm in Ubuntu

How to install nodejs & npm in Ubuntu

Avoid any system permissions issue :-)

curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm install 10.16.3
nvm use 10.16.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment