top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to remove the proxy configurations in NPM?

0 votes
390 views

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

posted Jan 15, 2019 by anonymous
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

You can delete with using delete keyword.

Example:

npm config delete key // Here, Key is your name LIke proxy, http-proxy

answer Jan 16, 2019 by Aarati Mahajan

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Similar Questions
0 votes

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?

+3 votes

How to do apache configuration to work as forward proxy.

...