Could not detect abi for version 20.1.0 and runtime electron
See original GitHub issueGot this error while rebuilding
Error: Could not detect abi for version 20.1.0 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron
Failed at:
C:\Program Files\nodejs\node.exe process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
An unhandled error occurred inside electron-rebuild
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm run electron-rebuild && npm run link-modules
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Could not detect abi for version 14.0.0 and runtime electron
There is a problem with automatically releasing new versions of node-abi, which is why this error exists with electron-rebuild (and Electron ...
Read more >node-abi
Get the Node ABI for a given target and runtime, and vice versa.. Latest version: 3.30.0, last published: 25 days ago. Start using...
Read more >Could not detect abi for version 14.0.0 and runtime electron
There is a problem with automatically releasing new versions of node-abi , which is why this error exists with electron-rebuild (and Electron ...
Read more >"node-abi" problem with MM v2.18.0 - MagicMirror Forum
I already did a fresh installation of MagicMirror and node.js but the ... Could not detect abi for version 16.0.5 and runtime electron....
Read more >node.js - How can I determine the ABI version (and other ...
Your own solution is the only way to do this without a addition native node module, and parsing/reading the .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Adding the following to package.json fixed my issue.
"overrides": { "electron-rebuild": { "node-abi": "3.24.0" } },
I found the solution, uninstall and again install electron-rebuild in my project, it works!