Skip to content

Instantly share code, notes, and snippets.

@pinalbhatt
Last active May 3, 2016 16:07
Show Gist options
  • Save pinalbhatt/0d578a686b26799845b5 to your computer and use it in GitHub Desktop.
Save pinalbhatt/0d578a686b26799845b5 to your computer and use it in GitHub Desktop.
Upgrade Node.js via NPM
npm cache clean -f
npm i -g <package> # -S --save
npm i -S <package> # -S --save
npm i -D <package> # -D --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment