Skip to content

Instantly share code, notes, and snippets.

@fabionuno
Created May 12, 2014 01: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 fabionuno/2d92ee716a91f636ed06 to your computer and use it in GitHub Desktop.
Save fabionuno/2d92ee716a91f636ed06 to your computer and use it in GitHub Desktop.
Upgrade Node.js via NPM
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment