Skip to content

Instantly share code, notes, and snippets.

@ikaruce
Last active July 12, 2021 08:12
Show Gist options
  • Save ikaruce/aaaf884a1f48555b5d5f to your computer and use it in GitHub Desktop.
Save ikaruce/aaaf884a1f48555b5d5f 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