Created
August 21, 2013 22:28
-
-
Save nanusdad/6301074 to your computer and use it in GitHub Desktop.
Using NPM behind firewall with username and password set
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
registry = "http://registry.npmjs.org/" | |
https-proxy = "http://username:[email protected]:8128/" | |
proxy = "http://username:[email protected]:8128/" | |
registry = "http://registry.npmjs.org/" | |
strict-ssl = false | |
// Use "npm config set" commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
proxy-ntlm = true
proxy = http://US\$PUSER:[email protected]:8128