-
Notifications
You must be signed in to change notification settings - Fork 726
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
Does Not Work on Apple Silicon Macs #4
Comments
This comment was marked as resolved.
This comment was marked as resolved.
I don't have a mac to test on. Does it work if you just roll the electron version up? I'm not quite sure what might break with that upgrade |
Updating the version to 11.0.1 works. |
How can I do that? |
@DeEskalator in package.json file, update the electron version to 11.0.1 and run -> npm install |
I tried out 11.0.1 just now and it looks like it does sub-pixel rendering by default. Which causes the results to have a color to them. I wonder how to turn that off. |
@dropocol Thanks man! This fixed it |
I can confirm that electron 11 works on mac silicon. Versions 9 or 10 don't. |
Just to add a bit of context, according to https://www.electronjs.org/blog/apple-silicon they Electron has support for M1 Macs (Apple Silicon) added from version 11.0.0-beta.1 upwards. |
Running
npm install
fails at:Because v9.4.4 does not have an
darwin-arm64
buildAccording to the docs you'll need at least electron
11.0.0
.The text was updated successfully, but these errors were encountered: