-
-
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
Error downloading electron-builder required tools files #1859
Comments
Unpack using 7z to cache dir. |
Many thanks for prompt reply. |
where are these tool files should be put in ?? |
macOS: |
|
thx!!! |
Zip file (92MB) to extract instead of tedios downloading: https://drive.google.com/uc?export=download&id=0Bz3JwZ-jqfROc1FNT25FeTVoRWM Or 7z archive (40MB) https://drive.google.com/uc?export=download&id=0Bz3JwZ-jqfRORjZTa3FPWUpJT0E |
Hi, I also face a similar problem. keep that in my
Thanks |
mark & thx! |
@develar Could you please explain this question in detail?
I use windows, and the files unzipped from the winCodeSign-2.4.0 which I downloaded manually are below: And in And after put the right thing to @SaromChars 新年好!能告诉我怎么解决这个问题么?我的微信:vm140706 |
Can you change these files to another storage location?Current storage locations are painful for Chinese developers |
In China , simply use command ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ npm run dist |
this file isn't available anymore. how can I get it? |
nsis-resources now reside under nsis |
nsis-resources-3.4.1.7z always downloading even after manually downloaded and inserted into "%LOCALAPPDATA%\electron-builder\cache"
• electron-builder version=22.9.1 os=10.0.18363
npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
I have solved this issue by
|
@develar It would be very useful if this information could be included in the documentation. I had to spend hours searching to deal with this. There also doesn't seem to be any easy way to get the latest release of each of the binaries without manually going through the github releases and downloading each one. It would be nice if there was a page that linked to the latest release of each package. |
I've got the same problem.
so I downloaded this file and unzipped to
I changed the permissions on that directory to everyone can read and write,but it does'nt work。 what should I do? |
For those having this issue on Windows. It turns out the Windows firewall blocks requests to objects.github for some reason. You can resolve this by turning off the firewall either public or private (depending on your network setup) |
For some reason, the building process could not download winCodeSign, nsis-resources and other files automatically, always get timeout errors(maybe blocked by some wall). Could I just download the electron-builder-binaries zip from github or some other sites and extract to a specific folder so i can skip the download process when building my app? Thx
The text was updated successfully, but these errors were encountered: