Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created March 16, 2014 22:04
Show Gist options
  • Save greyaperez/9590527 to your computer and use it in GitHub Desktop.
Save greyaperez/9590527 to your computer and use it in GitHub Desktop.
Install NPM Module Globally... avoid headache
# 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