npm works with proxy
by Winson · December 12, 2022

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
npm config set registry http://registry.npmjs.org/ npm set strict-ssl false
After that it working
236 total views, 1 views today
You may also like...
- Next story 10 Best Practices for Writing Clean and Maintainable Code
- Previous story .NET Conf 2022 in a Nutshell🥜 (Key Highlights to Know)
Top rated products
-
cTrader Risk/Reward Management cBot
Rated 4.50 out of 5$40.00 -
cTrader Risk/Reward Management Indicator
Rated 4.25 out of 5$20.00
Tags
- Winson says:I just tried seems everything is ok, and should be don't...
- .Net android angular asp.net core backtround-process best practices c# cache cBot cTrader cTrader Panel flutter forex gitlab gold highlights indicator information invest maintainable Model money management move panel mvc NAS non-farm payrolls npm panel pdf PinBar prototype proxy reward risk Risk/Reward risk and reward show trading info sketch synology take profit Transmission upload xamarin xamarin form zip
Random Posts
Introducing MAUI: Microsoft’s Next-Gen Multi-Platform UI Framework
Wow, have you heard of MAUI? It’s […]How to Implement Batch Upload and Processing of PDF Files with ASP.NET Core
In this tutorial, we will walk through the steps to […]How to communicate between ASP.NET Core and Angular
ASP.NET Core and Angular are two popular technologies […]10 Best Practices for Writing Clean and Maintainable Code
Writing clean and maintainable code is essential for […]npm works with proxy
When I try to use npm install and work with proxy, I […]