Closed a-keramat closed 3 years ago
I get this error
. . .\Electron\build\node_modules\electron\dist\electron.exe . Process finished with exit code -36861
when trying to require ihook as below :
const ioHook = require('iohook');
Win 10 | node v12.18.4 | electron v10.1.3 | iohook 0.6.6
Package.json :
"iohook": { "targets": [ "node-72", "electron-80" ], . . . . }
Latest iohook 0.6.6 can only work with Electron up to 8.x.x unfortunately.
Closing as irrelevant.
Current Behavior
I get this error
when trying to require ihook as below :
const ioHook = require('iohook');
Your Environment
Win 10 | node v12.18.4 | electron v10.1.3 | iohook 0.6.6
Package.json :