-
Notifications
You must be signed in to change notification settings - Fork 55
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
"No native build was found for platform" when running "yarn start" #404
Comments
One curious thing is that the error message mentions ABI version 75. According to the Node release page, 12.16.2 has ABI version 72. Could this error perhaps be due to a binary incompatibility between Electron and Node, or something like that? I did try updating Node to the latest 12.x LTS release, 12.20.1, but that also has ABI 72 on the release page, and I still get ABI 75 in the error message. Unfortunately, there are no Node releases on the page that have ABI 75, so I wasn't able to test with a Node version that has ABI 75. |
Augh, |
Hi @pvh, could you elaborate more how to fix this issue? Im not familiar with Electron and building my own |
What worked for me (Ubuntu 20.04):
But the prebuild step took a veeeery long time... and finishes with an error (something about v8_enable_pointer_compression on electron 10...) but the necesssary files compiled before that (electron 7.2.4? I dont know). There might be an easier way (maybe using electron-rebuild, npm rebuild or a combination of those tools, I tried some without success), if anyone has a shorter path please share ;). |
When following the "Running from Source" instructions, I encountered the following error:
I already have
nvm
set up on my machine, andnvm use 12
did work:I'm running on Ubuntu 20.04. Has anyone encountered this?
Full output of
yarn start
The text was updated successfully, but these errors were encountered: