How to remove https proxy settings of NPM ?

While working with NodeJs, at the time of installing nodejs sometimes you came across proxy errors when you are working with some private network in Big companies.

To remove or clear the https proxy setting of NPM. you can use below commands,

 npm config rm proxy
npm config rm https-proxy

 

Join Discussion

This site uses Akismet to reduce spam. Learn how your comment data is processed.