iohook: Does not work in nodejs v14.0.0+
Expected Behavior
Works in nodejs v14.0.0+
Current Behavior
Negative!
Possible Solution
Steps to Reproduce (for bugs)
-
Install Nodejs v14.16.0 and msys2
-
download iohook-master from github
-
run the command
node build.js --runtime node --version 14.16.0 --abi 83 --no-upload
and outputiohook.node
anduiohook.dll
after build success -
It’s interrupted when run with nodejs application but no any exception,for example:
-
After testing, the built file is available when I switch the Nodejs’s version back to v12.6.0,
Context
Your Environment
- Version used: node.js 14.16.0
- Environment name and version (e.g. Chrome 39, node.js 5.4):
- Operating System and version (desktop or mobile):
- Link to your project:
About this issue
- Original URL
- State: open
- Created 3 years ago
- Reactions: 4
- Comments: 17
Broken on Node 14 for Linux too.