Skip to content

Instantly share code, notes, and snippets.

@darul75
Created August 5, 2014 07:38
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 darul75/ca6bbc23fca2bcc0a564 to your computer and use it in GitHub Desktop.
Save darul75/ca6bbc23fca2bcc0a564 to your computer and use it in GitHub Desktop.
some npm useful command
* Empty cache
npm cache clean
* Uninstall module
npm uninstall [module_name]
* Install module version
npm install [module_name]@[version]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment