Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save timbophillips/ca10dbf475bbb29df20f582cbbb063f4 to your computer and use it in GitHub Desktop.
Save timbophillips/ca10dbf475bbb29df20f582cbbb063f4 to your computer and use it in GitHub Desktop.
set npm proxy
npm config set registry http://registry.npmjs.org/
npm config set http-proxy http://username:password@ip:port
npm config set https-proxy http://username:password@ip:port
npm set strict-ssl false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment