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

Electron version 18.0.3 #120

Closed
danielehrhardt opened this issue Apr 9, 2022 · 1 comment
Closed

Electron version 18.0.3 #120

danielehrhardt opened this issue Apr 9, 2022 · 1 comment

Comments

@danielehrhardt
Copy link

Could not detect abi for version 18.0.3 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron

@sebastianrath
Copy link

sebastianrath commented May 11, 2022

You might have a module that has a dependency to an old version of prebuild-install that again depends on an old version of node-abi. Installing your own dependency to prebuild-install and bumping it to 7.1.0 fixed the issue for me. Solution:

npm i -D [email protected]

⚠️Ensure 7.1.0 or newer is listed in your package.json.

@malept malept closed this as completed May 17, 2022
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

3 participants