![JAR search and dependency download from the Maven repository](/logo.png)
npm.proxy.txt Maven / Gradle / Ivy
The newest version!
To exclude a host from the proxy, is seems necessary to rely on env variables, after having removed the proxy in npm config:
https://stackoverflow.com/questions/41574184/can-you-configure-no-proxy-in-npm
export HTTP_PROXY=http://EUR%5Cusername:[email protected]:8080
export HTTPS_PROXY=http://EUR%5Cusername:[email protected]:8080
export NO_PROXY=internal.domain.company,localhost
The following configuration is OK if no domain have to be excluded from the proxy
https://stackoverflow.com/questions/25660936/using-npm-behind-corporate-proxy-pac
npm config set proxy http://EUR%5Cusername:[email protected]:8080
npm config set https-proxy http://EUR%5Cusername:[email protected]:8080
npm config get proxy
© 2015 - 2025 Weber Informatics LLC | Privacy Policy