Skip to content

Instantly share code, notes, and snippets.

@usmanakram232
Last active September 18, 2017 13:58
Show Gist options
  • Save usmanakram232/d7b8912b180f194b27c34c7f2e35b2e8 to your computer and use it in GitHub Desktop.
Save usmanakram232/d7b8912b180f194b27c34c7f2e35b2e8 to your computer and use it in GitHub Desktop.

Set registry to

$npm config set registry https://registry.npmjs.org/

Set proxy to

npm config set proxy http://user:password@proxyServer:proxyPort
npm config set https-proxy http://user:password@proxyServer:proxyPort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment