Skip to content

Instantly share code, notes, and snippets.

@isaax2
Forked from ikaruce/.npmrc
Created February 8, 2016 23:05
Show Gist options
  • Save isaax2/b5c8e1de533fb1445c7d to your computer and use it in GitHub Desktop.
Save isaax2/b5c8e1de533fb1445c7d 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