Skip to content

Instantly share code, notes, and snippets.

@ashishb888
Created January 7, 2020 11:54
Show Gist options
  • Save ashishb888/4e5e75438ee7b12bde56c2569b3e63a0 to your computer and use it in GitHub Desktop.
Save ashishb888/4e5e75438ee7b12bde56c2569b3e63a0 to your computer and use it in GitHub Desktop.
NPM Config
npm config set https-proxy http://172.20.7.21:8080
npm config set http-proxy http://172.20.7.21:8080
npm config set proxy http://172.20.7.21:8080
npm config set registry "http://registry.npmjs.org"
npm config set strict-ssl false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment