Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save satishgunjal/ad1217035bab9e1b19ba5ec6958efe7b to your computer and use it in GitHub Desktop.
Save satishgunjal/ad1217035bab9e1b19ba5ec6958efe7b to your computer and use it in GitHub Desktop.
Add/remove proxy from Node.js
## Add proxy to node.js
npm config set https-proxy http://165.225.104.34
## Remove proxy from node.js
npm config delete proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment