NPM config proxy behind corporate wall
Edit C:\Users\Username\.npmrc as below:
Reference
https://fak3r.com/2015/07/31/howto-use-npm-behind-a-corporate-proxy/
Edit C:\Users\Username\.npmrc as below:
proxy = http://ipaddress3:portno
https_proxy = http://ipaddress3:portno
strict-ssl = false
ca = null
registry = http://registry.npmjs.org/
Reference
https://fak3r.com/2015/07/31/howto-use-npm-behind-a-corporate-proxy/
No comments:
Post a Comment