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