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

support for download via proxy #34

Open
leriksen opened this issue Dec 28, 2018 · 2 comments
Open

support for download via proxy #34

leriksen opened this issue Dec 28, 2018 · 2 comments

Comments

@leriksen
Copy link

If you're trying to install behind a (corp) proxy, the http client doesn't attempt to make the connection via the users HTTP(S)_PROXY envvar.

I have a patch ready if this would be useful.

Only caveat is that the URL in the HTTP_PROXY envvar begins with a protocol e.g. HTTP_PROXY=http://localhost:3128. HTTP_PROXY=localhost:3128 wont work, due to limitations in Node's url parsing function.

@karak
Copy link

karak commented Jul 1, 2020

Is this merged? My module can't complete downloading(version 0.0.9).

@jpeyper
Copy link

jpeyper commented Mar 17, 2022

it was closed, not merged.

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

3 participants