-
Notifications
You must be signed in to change notification settings - Fork 175
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
Could not detect abi for version 22.3.3 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron at getAbi #1073
Comments
Hi @MarshallOfSound Any suggestions are welcome! |
Thanks @oalfroukh It looks like it's working now that I've updated it to the latest pre-release! |
Hey this is still happening, when you update on lastest release of the electron, even with
|
is there any way to solve this? |
You can use "overrides": {
"node-abi": "3.51.0"
} |
thank you very much, but this didn't solve my problem, but I found another way to solve this |
Hi,
I'm using
electron-builder
v24.0.0
which useselectron-rebuild
to rebuild the native dependencies (electron-userland/electron-builder#7196)The generated app worked fine as I see (there are no exception errors in the main process when running the generated app).
issue
is when building the app usingJenkins
to publish the official version of our app,Jenkins
job will fail due to the coming errors fromelectron-rebuild
because our Jenkinsfile script containstry catch
statement for technical needs to be able to buildparallel Multiplatform
for bothWindows (32 and 64 bit)
andmacOS
and signing the app with our certificate, for example, I'm using these dependencies:robotjs
:keytar
as well asnode-hid
:Thanks in advance!
The text was updated successfully, but these errors were encountered: