question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Preparing to Package Application for arch: x64

See original GitHub issue

I am initialising a vanilla electron-forge project and run

electron-forge init test
cd test
electron-forge package

I get stuck on

✔ Checking your system
⠦ Preparing to Package Application for arch: x64

for ever…

OS: Mac OS: 10.12.6 Forge Version: 5.1.0

My config looks like this…

"forge": {
      "make_targets": {
        "win32": [
          "squirrel"
        ],
        "darwin": [
          "zip",
          "dmg"
        ],
        "linux": [
          "deb",
          "rpm"
        ]
      },
      "electronPackagerConfig": {
        "packageManager": "yarn",
        "icon": "src/assets/icons/manicon.icns",
        "ignore": [".idea", "coverage"]
      },
      "electronWinstallerConfig": {
        "name": "rafconvert"
      },
      "electronInstallerDebian": {},
      "electronInstallerRedhat": {},
      "github_repository": {
        "owner": "",
        "name": ""
      },
      "windowsStoreConfig": {
        "packageName": "",
        "name": "rafconvert"
      }
    }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:30 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
maleptcommented, Apr 13, 2018

It’s difficult to debug this because there’s not enough information to get an idea of what’s happening. It seems like it’s stalling in copying the app.

  • Does this only happen on macOS hosts?
  • What happens if you try to build a Linux target (electron-forge package --platform linux) ?
  • What happens if you try to build a darwin target on another host platform (like Linux or Windows)?
0reactions
maleptcommented, Nov 24, 2020

@zlw123 Unfortunately, due to the limited amount of time of the maintainers and the limited amount of information present in your question, we cannot help debug your app at this time. Instead, you should consider using one of the community forums, as there are more people there available to answer questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Preparing to Package Application for arch: x64 #434 - GitHub
I am initialising a vanilla electron-forge project and run electron-forge init test cd test electron-forge package I get stuck on ...
Read more >
Electron JS - blocked on package build - Stack Overflow
The problem is that this command get stuck on : Preparing to Package Application for arch: x64. I've been waiting for an hour...
Read more >
Quick Start | Electron
Electron apps follow the same general structure as other Node.js projects. Start by creating a folder and ... Preparing to Package Application for...
Read more >
electron-packager
Electron Packager. Package your Electron app into OS-specific bundles ( .app , .exe , etc.) via JavaScript or the command line.
Read more >
Packaging and Making Distributables - TagViewer - GitBook
Packaging and making distributables is a simple process. ... Preparing to Package Application for arch: x64. ✓ Preparing native dependencies.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found