You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electron/node-abi#113 was fixed in 3.3.0
and is affecting Electron 14+.
With the current node-abi prebuild-install will download ABI 89 for
electron 14 and 15 and then modules will fail to load as electron 14
has ABI 97 and electon 15 has ABI 98 in reality.
Drops support of Node.js < 10.
run thie under node v16.6.1 windows 10
console.info(
14.1.1 ${nodeAbi.getAbi('14.1.1', 'electron')})
I get
14.1.1 89
The text was updated successfully, but these errors were encountered: