Created
March 16, 2014 22:04
-
-
Save greyaperez/9590527 to your computer and use it in GitHub Desktop.
Install NPM Module Globally... avoid headache
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
# Install NPM Module Globally | |
sudo npm install -g {module name} | |
# example | |
sudo npm install -g connect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment