Skip to content

Instantly share code, notes, and snippets.

@akkida746
Created April 12, 2018 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akkida746/19b5552a9aa02c416e4afab2dfd20dc0 to your computer and use it in GitHub Desktop.
Save akkida746/19b5552a9aa02c416e4afab2dfd20dc0 to your computer and use it in GitHub Desktop.
Nodejs proxy settings
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