Skip to content

Instantly share code, notes, and snippets.

@channprj
Created September 24, 2020 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save channprj/103febfed7272055d11af34b0a24245e to your computer and use it in GitHub Desktop.
Save channprj/103febfed7272055d11af34b0a24245e to your computer and use it in GitHub Desktop.
NPM Proxy Setting
# Required
npm config set proxy http://<HOSTNAME>:<PORT>
npm config set https-proxy http://<HOSTNAME>:<PORT>
# Optional
npm config set strict-ssl false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment