Skip to content
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

Cannot Run Dev Mode with Mac Arm Processor #2507

Open
nickjuntilla opened this issue Oct 7, 2024 · 2 comments
Open

Cannot Run Dev Mode with Mac Arm Processor #2507

nickjuntilla opened this issue Oct 7, 2024 · 2 comments
Labels

Comments

@nickjuntilla
Copy link

  • Min Version: 1.33.1
  • Operating system: Mac Sanoma 14.6.1

Node : 18.20.4

Expected Behavior

Start in dev mode using npm run start

Actual Behavior

[0] 
[0] > [email protected] watch
[0] > node ./scripts/watch.js
[0] 
[1] 
[1] > [email protected] startElectron
[1] > electron . --development-mode
[1] 
[1] /Users/.../Documents/.../min/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGKILL
[1] npm run startElectron exited with code 1

To Reproduce

Git cloned fresh repo
npm i
npm run start

@PalmerAL
Copy link
Collaborator

PalmerAL commented Oct 7, 2024

I'm using the same OS with ARM and it works for me, so there's something else going on. If you run ./node_modules/bin/electron directly, does it work? How about if you download an Electron binary from https://github.com/electron/electron/releases?

@leon-layas
Copy link

leon-layas commented Oct 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants