We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
When trying to build native modules for Electron 35.0.1, the following error occurs:
Could not detect ABI for version 35.0.1 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of Electron.
The text was updated successfully, but these errors were encountered:
Cheating like that:
ABI='[ { "abi": "133", "future": false, "lts": false, "runtime": "electron", "target": "35.1.2" } ] ' echo "$ABI" > "node_modules/node-abi/abi_registry.json" echo "$ABI" > "node_modules/@electron/rebuild/node_modules/node-abi/abi_registry.json"
helps...
Sorry, something went wrong.
No branches or pull requests
Description
When trying to build native modules for Electron 35.0.1, the following error occurs:
The text was updated successfully, but these errors were encountered: