Skip to content

Instantly share code, notes, and snippets.

@daniepetrov
Forked from ikaruce/.npmrc
Created November 1, 2019 12:52
Show Gist options
  • Save daniepetrov/70a234baba1eb4a1c80aa56e85b696e7 to your computer and use it in GitHub Desktop.
Save daniepetrov/70a234baba1eb4a1c80aa56e85b696e7 to your computer and use it in GitHub Desktop.
.npmrc( proxy and strict-ssl setting )
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