Closed abnerlee closed 5 years ago
see https://electronjs.org/blog/nodejs-native-addons-and-electron-5
Electron 5.0 includes a version of V8 that has finally removed v8::Handle for good, and native Node.js addons that still use it will need to be updated before they can be used with Electron 5.0.
The update to V8 7.4 makes this change necessary for Node.js 12 compatibility, too.
see https://electronjs.org/blog/nodejs-native-addons-and-electron-5