node-mouse icon indicating copy to clipboard operation
node-mouse copied to clipboard

There is no '/dev/input/mice'

Open mmikhan opened this issue 8 years ago • 4 comments

Unfortunately, this module no longer works on Mac OS as there is no '/dev/input/mice'. The module shows following error:

ENOENT: no such file or directory, open '/dev/input/mice'

mmikhan avatar Sep 19 '17 13:09 mmikhan

maybe is about permissions try to run with sudo

eboukamza avatar Mar 11 '18 20:03 eboukamza

@eboukamza If you even ls using sudo, you can see that there is no such file or directory in terminal.

mmikhan avatar Mar 11 '18 20:03 mmikhan

+1 does not work on Mac, mice inputs are not located in the same place as on Linux.

StuartHadfield avatar Jul 31 '18 11:07 StuartHadfield

would this work on windows?

MANTENN avatar May 21 '24 01:05 MANTENN