Skip to content

Instantly share code, notes, and snippets.

@anandakumarpalanisamy
Last active June 9, 2017 07:04
Show Gist options
  • Save anandakumarpalanisamy/9c3138cf4a8016355378f221300a065b to your computer and use it in GitHub Desktop.
Save anandakumarpalanisamy/9c3138cf4a8016355378f221300a065b to your computer and use it in GitHub Desktop.
Quick start guide for npm.

Proxy config for NPM

If you are behind a Coporate Proxy, then do the following set-up the proxy to download the npm modules.

Run the following command in your node command prompt.

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment