electron / node-abi

:turtle: :rocket: Get the Node.js and Electron ABI for a given target and runtime
https://www.npmjs.com/node-abi
MIT License
164 stars 58 forks source link

Please make a new release #100

Closed karniv00l closed 3 years ago

karniv00l commented 3 years ago

Latest released version (v2.19.3) incorrectly returns ABI 85 for Electron 12.0.0-beta.1 which leads to issues when using prebuild (https://github.com/prebuild/prebuild/issues/273).

m4heshd commented 3 years ago

Yup. In fact a huge issue.

image

dperetti commented 3 years ago

12.0.0 is out...

kryops commented 3 years ago

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"
}