Created
January 23, 2013 15:17
-
-
Save BoyCook/4607995 to your computer and use it in GitHub Desktop.
NPM tips
This file contains 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 package to local repo | |
sudo npm install . -g | |
# Delete package from local repo | |
sudo rm -r /usr/local/lib/node_modules/{module} | |
# Install package from local repo | |
npm install /usr/local/lib/node_modules/{module} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment