Abhishek Kumar Singh ā”ļø
Posted on March 23, 2020
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
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
š
š šŖ š
š©
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.