Skip to content

Instantly share code, notes, and snippets.

@timothy
Last active January 17, 2016 19:31
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 timothy/3f7b5224c72598c2f5a3 to your computer and use it in GitHub Desktop.
Save timothy/3f7b5224c72598c2f5a3 to your computer and use it in GitHub Desktop.
install latest node js v5 in ubuntu 15.10
sudo apt-get install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v
v5.0.0
//find all global packages
npm list -g --depth=0
//update npm using npm
npm install -g npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment