Set Corporate Proxy on NPM

abheist

Abhishek Kumar Singh āš”ļø

Posted on March 23, 2020

Set Corporate Proxy on NPM

Please use the following code to set the proxy

npm config set proxy http://username:pass@server.com:port
npm config set https-proxy http://username:pass@server.com:port
Enter fullscreen mode Exit fullscreen mode

Please replace username, password, proxyserver.com and port with your details, it will look something like this:

npm config set proxy http://abhi:hipass@abheist.com:8080
npm config set https-proxy http://abhi:hipass@abheist.com:8080
Enter fullscreen mode Exit fullscreen mode

šŸ™

šŸ’– šŸ’Ŗ šŸ™… šŸš©
abheist
Abhishek Kumar Singh āš”ļø

Posted on March 23, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Set Corporate Proxy on NPM
npm Set Corporate Proxy on NPM

March 23, 2020