Created
February 9, 2014 17:56
-
-
Save prateekbhatt/8903075 to your computer and use it in GitHub Desktop.
Run NPM behind web proxy
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
# To apply proxy settings to npm, | |
# substitute your web proxy below, | |
# and run the commands in your shell | |
npm config set proxy http://proxy.com:8080 | |
npm config set https-proxy http://proxy.com:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment