Closed tezlm closed 3 years ago
Same issue here (although not sure if this can be done since WSL is a virtual machine)
Same issue here (although not sure if this can be done since WSL is a virtual machine)
Do you mean it can't/won't be fixed for WSL?!
Update: Take a look at this issue I mentioned. Specifically the discussion since this comment:
Closing as resolved.
Running
const ioHook = require("iohook");
doesn't work, even if that's the only thing in the fileUsing
Expected Behavior
Loads iohook
Current Behavior
Steps to Reproduce (for bugs)
pnpm init
pnpm i iohook
const ioHook = require("iohook");
node index.js
Context
Your Environment
See above