Closed karniv00l closed 3 years ago
Yup. In fact a huge issue.
12.0.0 is out...
If you use yarn, you can use a resolution in your package.json
as a workaround that points to the latest commit:
"resolutions": {
"node-abi": "https://github.com/lgeiger/node-abi.git#d7a3f00c93cb16b5f4fbb3ae8c106e798cc52042"
}
Latest released version (
v2.19.3
) incorrectly returnsABI 85
forElectron 12.0.0-beta.1
which leads to issues when usingprebuild
(https://github.com/prebuild/prebuild/issues/273).