I am not able to install any module using npm command. I have below result when When i run npm config list
command i get below output.
https-proxy = "http://host.name.changed:80/"
proxy = "http://host.name.changed:80/"
registry = "http://registry.npmjs.org/"
The proxy configured in my internet explorer is having proxy.pac file as below without any port.
http://host.name.changed/proxy.pac
if https://www.npmjs.com/package/pac-resolver/v/3.0.0 is the answer, how do I Install pac-resolver even npm install pac-resolver does not work !!