Skip to content

Instantly share code, notes, and snippets.

@ADelRosarioH
Forked from ikaruce/.npmrc
Created September 3, 2018 15:28
Show Gist options
  • Save ADelRosarioH/cf9b10251b628b5ac4ee0626b96edf87 to your computer and use it in GitHub Desktop.
Save ADelRosarioH/cf9b10251b628b5ac4ee0626b96edf87 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