Skip to content

Instantly share code, notes, and snippets.

@Azadehkhojandi
Last active January 8, 2016 03:14
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 Azadehkhojandi/ee3b393cb471c3818ed3 to your computer and use it in GitHub Desktop.
Save Azadehkhojandi/ee3b393cb471c3818ed3 to your computer and use it in GitHub Desktop.
Proxy settings
{
"proxy": "http://IP:port/",
"https-proxy": "http://IP:port/",
"strict-ssl": false
}
npm config edit --global
proxy=http://IP:port/
https-proxy=http://IP:port/
strict-ssl=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment