-
-
Save isaax2/b5c8e1de533fb1445c7d to your computer and use it in GitHub Desktop.
.npmrc( proxy and strict-ssl setting )
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
proxy http://{proxy_server}:{proxy_port} | |
https-proxy http://{proxy_server}:{proxy_port} | |
strict-ssl=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment