Skip to content

Instantly share code, notes, and snippets.

@ddhira123
Created January 31, 2022 07:06
Show Gist options
  • Save ddhira123/2fa1f42acc690e77403101f501d54142 to your computer and use it in GitHub Desktop.
Save ddhira123/2fa1f42acc690e77403101f501d54142 to your computer and use it in GitHub Desktop.

Open cmd/terminal and run these commands along with your own proxy host and port.

npm config set proxy http://[YOUR PROXY HOST]:[PORT]

npm config set https-proxy http://[YOUR PROXY HOST]:[PORT]

npm config set http-proxy http://[YOUR PROXY HOST]:[PORT]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment