Created
April 12, 2018 00:46
-
-
Save akkida746/19b5552a9aa02c416e4afab2dfd20dc0 to your computer and use it in GitHub Desktop.
Nodejs proxy settings
This file contains hidden or 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
Write proxy settings | |
npm config set proxy http://192.168.20.20:3128 | |
npm config set https-proxy http://192.168.20.20:3128 | |
Delete Proxy | |
npm config delete http-proxy | |
npm config delete https-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment