Skip to content

Instantly share code, notes, and snippets.

@navix
Created September 17, 2016 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navix/852b001af23c19ccbcf5e689d7227f76 to your computer and use it in GitHub Desktop.
Save navix/852b001af23c19ccbcf5e689d7227f76 to your computer and use it in GitHub Desktop.
Update Nodejs to latests
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo ln -sf /usr/local/n/versions/node/<VERSION>/bin/node /usr/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment