Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:14
Show Gist options
  • Save ezhov-da/8cb5e686c40fd83274cab1fd52493584 to your computer and use it in GitHub Desktop.
Save ezhov-da/8cb5e686c40fd83274cab1fd52493584 to your computer and use it in GitHub Desktop.
-js-npm-proxy
https://superuser.com/questions/347476/how-to-install-npm-behind-authentication-proxy-on-windows
proxy=http://username:password@proxy-host:port
https-proxy=http://username:password@proxy-host:port
strict-ssl=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment