Skip to content

Instantly share code, notes, and snippets.

@winnieBear
Forked from ikaruce/.npmrc
Created February 9, 2018 04:49
Show Gist options
  • Save winnieBear/c2f1135b1ca42038c6ee6e4bc9adbdd4 to your computer and use it in GitHub Desktop.
Save winnieBear/c2f1135b1ca42038c6ee6e4bc9adbdd4 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