Command package hangs on downloading
See original GitHub issueHi, Im using the electron-react-boilerplate to convert a browser based app to electron, every thing is fin in dev mode till i tried to package it yarn package , and its hangs forever
• electron-builder version=20.26.0
• loaded configuration file=package.json ("build" field)
• writing effective config file=release/builder-effective-config.yaml
• no native production dependencies
• packaging platform=darwin arch=x64 electron=2.0.6 appOutDir=release/mac
• downloading parts=8 size=49 MB url=https://github.com/electron/electron/releases/download/v2.0.6/electron-v2.0.6-darwin-x64.zip
thank you for your help and thank you for this boilerplate
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
1206878 – DNF hangs when downloading last package
Today I've already updated (with another hangs when download the last package), but I'll see what can I do to reproduce.
Read more >Fix SCCM Update Stuck Downloading State
You can reset an SCCM update that is stuck in downloading state with following steps. First, run the command prompt as administrator and ......
Read more >Resolving npm install hangs issue
A short guide on troubleshooting and resolving npm install command hangs.
Read more >Package stuck in "Retrying Download", Cannot access file ...
A package such as the "Windows System Assessment Scan" will not run because it cannot download. The download history of the package will ......
Read more >Running install hangs #946 - pnpm ...
After downloading some of the packages fairly quickly the command just hangs without any progress: $ pnpm install webpack-dev-server@2.7.1 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Had the same issue as well on mac. Doing
rm -rf ~/.electron && yarn cache cleanfixed the issuethanks @SevenSinS02, it works