Skip to content

Instantly share code, notes, and snippets.

@juyal-ahmed
Created March 14, 2017 08:05
Show Gist options
  • Save juyal-ahmed/96e4a438e7614ceeb0e516d305949aaa to your computer and use it in GitHub Desktop.
Save juyal-ahmed/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