-
-
Save daniepetrov/70a234baba1eb4a1c80aa56e85b696e7 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