Created
April 12, 2019 03:40
-
-
Save satishgunjal/ad1217035bab9e1b19ba5ec6958efe7b to your computer and use it in GitHub Desktop.
Add/remove proxy from Node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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