-
Notifications
You must be signed in to change notification settings - Fork 46
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 6.0.0 and runtime electron #166
Comments
@ottosson thanks for the report! I'm not sure offhand because I thought #165 would address this, and it was included with Check you don't also have a |
I don't have node-abi in my package.json |
Ok so coming back to this issue again I tried to add node-abi (currently 2.11.0) as a dependency for my project and it works! I thought the node-abi would be added by another dependency, (maybe registry-js?), but it seems I was wrong. This fixes the issue for me. Closing! |
It does exist as a dependency of
But this dependency is a pretty relaxed version range:
What I believe was happening was that something else in your project had it's own Anyway, overriding it by choosing the latest version in your project is the recommended option here - I'm glad you were able to find a workaround! |
Ah, makes sense! Thanks for the explanation. |
update node-abi work for me |
Hi
I just updated my electron project from 5 to 6 and get the following error when running npm install:
I have removed my node_modules folder and updated to the latest version of registry-js (1.8.0) but still get the error. Not sure if I have missed something else... Any suggestion?
The text was updated successfully, but these errors were encountered: