Closed paridin closed 8 years ago
Your issue is similar to #8 let me know if this is fixed or not. It seemed to happen as i updated npm. This may be fixed now.
Also thanks for pointing out the real package on CENTOS, I’ll update the README accordingly.
When I try to install with
sudo npm install msi-keyboard-cli -g
I gotIt is because it didn't found
libusb.h
but i havelibusb-devel
installedSo after looking for provider of
libusb.h
I foundlibusbx-devel
is the provider on centossudo yum install libusbx-devel
andsudo npm install msi-keyboard-cli -g
it will install witout problemsBut now the issue is with a function
sudo msikeyboard -k on
8
same error on
node 5.11.1