Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Usage of HTTP(S)_PROXY Variable #15

Open
Serverfrog opened this issue Apr 5, 2023 · 1 comment
Open

No Usage of HTTP(S)_PROXY Variable #15

Serverfrog opened this issue Apr 5, 2023 · 1 comment

Comments

@Serverfrog
Copy link

Behind a corporate Firewall the binary can't be downloaded, due to the fact that it is not possible to download it via Proxy Settings.
As far as i could see, with usage of this it should be possible.

In the NPM World there are two ways to have a Proxy setting. One is the NPM Defined one, the other one are the environment Variables.
The last one is more consistent with other software.

@centi
Copy link
Collaborator

centi commented Jul 2, 2024

Did you try?

npm config set proxy http://proxy_host:port

or

npm config set https-proxy https://proxy_host:port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants