Skip to content

Instantly share code, notes, and snippets.

@monkyz
Created October 14, 2012 00:15
Show Gist options
  • Save monkyz/3886705 to your computer and use it in GitHub Desktop.
Save monkyz/3886705 to your computer and use it in GitHub Desktop.
NPM commands guide (on going)
// uninstalling global packages(express in this example):
npm uninstall [pkg] -g
//view info about a certain package:
npm view [pkg]
//check globally installed npm modules
npm -g ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment