25
Verwenden von npm hinter dem Corporate Proxy .pac
Ich muss mehrere Pakete über npm herunterladen, aber unsere Unternehmens-Proxy-Konfiguration ist eine .pac-Datei (ich bin unter Windows) Ich habe es schon versucht npm config set proxy http://mydomain\username:password@1.2.3.4:8181/proxy.pac npm config set https-proxy http://mydomain\username:password@1.2.3.4:8181/proxy.pac oder npm config set proxy http://1.2.3.4:8181/proxy.pac npm config set https-proxy http://1.2.3.4:8181/proxy.pac aber es funktioniert nicht ... irgendein Vorschlag? …
157
node.js
npm
proxy
pac
npm-config