-
Notifications
You must be signed in to change notification settings - Fork 51
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
Installation script fails behind proxy #12
Comments
Also, it seems like npm is not up-to-date with this repo. |
Related issue sindresorhus/got#7 |
@nisargjhaveri Could you test if adding the option |
No it doesn't help adding |
I don't really have an easy way to tests this. So a PR that fixes this for you would be appreciated. Thanks! |
The script
install.js
which runs on installation fails downloading fromhttp://dl.nwjs.io/v*
behind proxy.both
$http_proxy
shell variable andnpm config proxy
are set properly.Probably problem with the
download
package that is being used, which uses a package calledgot
which apparently does not support proxy like this.It would be great if we can fix this. I am ready to assist if I can be useful.
Thanks.
The text was updated successfully, but these errors were encountered: