-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RBP4 unable to install the modul #9
Comments
The answer is that there was a package dependency on [email protected] which will not compile on any recent version of node.js. This was updated in the git in 2019, but not the npm repository. The old npm version can be worked around (although) not recommended by either of the following commands: if you have git installed: or if you do not have git installed: ideally the npm repository should be updated. good luck! |
I suggest to use mine, follow the steps on the readme: |
Trying either of these two packages results in the same error. Is there anyway to install this package? Here is the error; ` npm install robertsLando/node-red-contrib-usbhid
prebuild-install WARN install No prebuilt binaries found (target=10.16.3 runtime=node arch=arm libc= platform=linux) |
I had awful trouble installing this aswell. But I got this to work..... on a Pi4 Follow it word for word. |
Follow steps here: https://github.com/robertsLando/node-red-contrib-usbhid |
Thanks all for reaching out. @nksky following those instructions (word for word) results in the error '../hidapi/linux/hid.c:44:21: fatal error: libudev.h: No such file or directory' when 'sudo apt install libudev-dev' results in 'libudev0 is already the newest version (182-r9).' @robertsLando there are no instructions on how to install the node on that page. Just instructions on how to use/configure the read/write access for non-root users. |
@thebaldgeek Let me try it again on a fresh install on the Pi. I was trying so long that I may have installed something before running this script and that made it work. Give me a day on it. |
Information:
The following worked for me:
"getHIDdevices" and "HIDdevice" is successful installed! |
Hey,
did someone tried to install it on a RBP4?
Because im unable to install it ...
The text was updated successfully, but these errors were encountered: