npm works with proxy

orange pink keyboard

When I try to use npm install and work with proxy, I always get the network errors as below

The common solution that need to set the proxy with npm as below

npm config set proxy http://ip:port
npm config set proxy https-proxy http://ip:port

But that’s not working for me, and finally I found that need to add one more as below

Do you want to be a good trading in cTrader?   >> TRY IT! <<
npm config set registry http://registry.npmjs.org/
npm set strict-ssl false

After that it working 😀

Loading

Views: 0
Total Views: 2310 ,

Oh hi there 👋
It’s nice to meet you.

Sign up to receive awesome content in your inbox.

We don’t spam! Read our privacy policy for more info.

Oh hi there 👋 It’s nice to meet you.

Sign up to receive awesome content in your inbox.

We don’t spam! Read our privacy policy for more info.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Thank you so much!