I am using node-hid library on Windows 10 64 bit.
Its installed perfectly but when I attached any USB device. HID.devices() returning empty array ( [] ). The same code shows array of objects perfectly for the device on Linux or MAC platform.
What I have already tried is to install pre build binaries and also build node-hid from source in both the cases, Output is same.
There is nothing I found on internet related to this problem.
Thanks in advance