Hi,
When I add node-iohook as a dependency to my projects, it fails to install on mac (and I assume linux as well)
I've tracked it down to the libuiohook/bootstrap.sh containing windows line endings (CRLF) which prevent /bin/sh from executing it.
If I check the project using git, it installs fine