-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Build fails with TimeOut exception: proxy #585
Comments
https://bintray.com is used to download pre-bundled dependencies (e.g. nsis). npm configured proxy should be used, yes. |
I've encountered the same issue. Due to the direct usage of nodes 'https' module, http proxies wont work. See httpRequest.ts I'm working on a PR, using either nugget or request for downloading the binaries, just like electron-download does. |
@marttinen It is better to not use nugget or request, but fix |
Does anyone know which npm packages can be downloaded manually to bypass this error? |
@ajklotz Unpack Archive.zip to |
Standard env |
Trying to build installer for my package but it fails with the following exception:
Problem appears both with NSIS and Squirrel target.
I'm behind a corporate proxy, so I suspect it's somehow related to this, although I defined proxy settings (both http & https) for npm.
UPD:
That is a proxy issue for sure - just tried it with no proxy and it works.
Perhaps you're connecting to some server from within electron-builder code (not via npm) and then you probably should provide an option to configure proxy for electron-builder?
The text was updated successfully, but these errors were encountered: