-
-
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
Unable to complete packing step and just hangs #7090
Comments
I made a new baseline electron app (from the Electron quick start) and packaged with Electron builder, so it seems this is with our code. I'll update once I know more (maybe something with deps, something with config, etc.) |
I'm having the same issue. Did you find any solution for this ? |
We're having this problem as well filecoin-station/desktop#373 |
Potentially related: #6411 |
@jcarpe try installing those specific deps globally. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. |
I know this issue is old, but anyone coming from Google that has this issue should check that they're not bundling large files or folders in your project root. In my case, I had a The solution for me was to ignore the files in by build settings: {
"build": {
"productName": "Your Application",
...
"files": ["!**/_tmp", "!**/docs", "!**/data"]
}
} |
I don't seem to be able to complete a build. Each time I get stuck hanging on the packaging step. The process just hangs (I've left it running for up to ~30 min) and doesn't complete until I manually kill it. My
dist
directory has contents, but only the baselineElectron.app
. There are a large number of deps, so not sure if this has anything to do with the issue.Below is the output from running electron-builder with debug on.
The text was updated successfully, but these errors were encountered: