Skip to content

Instantly share code, notes, and snippets.

@juliandavidmr
Last active January 23, 2018 19:13
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 juliandavidmr/2b8579d375a5750196ce13e3c5850ffe to your computer and use it in GitHub Desktop.
Save juliandavidmr/2b8579d375a5750196ce13e3c5850ffe to your computer and use it in GitHub Desktop.
remove npm proxy settings Unix Win
npm config delete http-proxy
npm config delete https-proxy
npm config rm proxy
npm config rm https-proxy
npm config --global rm proxy
npm config --global rm https-proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset http_proxy
unset https_proxy
set HTTP_PROXY=null
set HTTPS_PROXY=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment