top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

NPM install not working.Getting NPM timeout error?

0 votes
505 views

NPM install not working. Getting NPM timeout error. I'm working behind the proxy.

I hope error because of proxy. Any idea how to resolve this issue?

posted Jul 16, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Yes, NPM will not work if you are behind the proxy. For resolving you need to tell your proxy details to npm.

For Example

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
answer Jul 26, 2018 by Rahul Chandel
Similar Questions
0 votes

I need to remove the proxy configuration for the node. Anyone help me to list the npm configurations and remove the proxy details.

+2 votes

Im trying to configure the proxy_balancer, but still having problems. Here is my configuration:

BalancerMember http://172.16.14.81:80 
retry=120 
timeout=10 

BalancerMember http://172.16.14.82:80 
retry=1 
timeout=10 
status=+H

But when The first worker fails, request are not redirected to the failover worker. For this I have to wait for more than 7 minutes. Is this behavior normal?

...