wilix-team / iohook

Node.js global keyboard and mouse listener.
https://wilix-team.github.io/iohook
MIT License
1.2k stars 291 forks source link

Process finished with exit code -36861 #253

Closed a-keramat closed 3 years ago

a-keramat commented 4 years ago

Current Behavior

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');

Your Environment

Win 10 | node v12.18.4 | electron v10.1.3 | iohook 0.6.6

Package.json :

"iohook": {
    "targets": [
      "node-72",
      "electron-80"
    ],
. . . .
}
marcelblum commented 4 years ago

Latest iohook 0.6.6 can only work with Electron up to 8.x.x unfortunately.

ash0x0 commented 3 years ago

Closing as irrelevant.