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

Building on M1 Mac #26

Closed
pigeontech opened this issue May 27, 2022 · 2 comments
Closed

Building on M1 Mac #26

pigeontech opened this issue May 27, 2022 · 2 comments

Comments

@pigeontech
Copy link

Was getting this error when using npx electron-builder:

Exit code: ENOENT. spawn /usr/bin/python ENOENT failedTask=build stackTrace=Error: Exit code: ENOENT. spawn /usr/bin/python ENOENT

I fixed it by changing this block in package.json:

    "devDependencies": {
        "electron": "latest",
        "electron-builder": "latest"
    }

While I'm here, is there a way to exit a code block before and not just after? If the code block was the first thing you made, but now you want to add some text above it, how would you do that?

@williamT386
Copy link

No such error for me while building on a M1 Mac

@wetterkrank
Copy link

wetterkrank commented Aug 19, 2022

+1 (to @williamT386's comment), built without problems

@jcv8000 jcv8000 closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants