Skip to content

Instantly share code, notes, and snippets.

@ismnoiet
Created September 11, 2015 23:18
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 ismnoiet/5d814aa059317e501e18 to your computer and use it in GitHub Desktop.
Save ismnoiet/5d814aa059317e501e18 to your computer and use it in GitHub Desktop.
update-nodejs-to-last-version
@source:http://askubuntu.com/questions/426750/how-can-i-update-my-nodejs-to-the-latest-version
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