Skip to content

Instantly share code, notes, and snippets.

@tojibon
Created March 14, 2017 08:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tojibon/96e4a438e7614ceeb0e516d305949aaa to your computer and use it in GitHub Desktop.
Save tojibon/96e4a438e7614ceeb0e516d305949aaa 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   
sudo n 0.8.21   
node -v   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment