Created
October 14, 2012 00:15
-
-
Save monkyz/3886705 to your computer and use it in GitHub Desktop.
NPM commands guide (on going)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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