-
Notifications
You must be signed in to change notification settings - Fork 22
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
unable to install on rpi #14
Comments
gyp ERR! build error |
anyone can help? |
root@janek:
node-pre-gyp WARN Using needle for node-pre-gyp https download
make: Entering directory '/root/node_modules/bluetooth-hci-socket/build'
node-pre-gyp WARN Using needle for node-pre-gyp https download
make: Entering directory '/root/node_modules/bluetooth-hci-socket/build'
|
Thank you for the report. The module |
@dbaba thanks, what is the easiest way of downgrading node on RPi? |
Re-flashing an OS image (Raspbian Stretch Lite, not Desktop) then installing a specific version of Node.js is the easiest way. I don't use the Desktop version of Raspbian so unfortunately I don't have a good suggestion for it. You can ask help on RPi forum. |
Got this working on Node 10.
|
Thanks @DaveOke |
Any update on this? |
I am facing issues please help.i am attaching logs [email protected] install /home/openhabian/node-red-contrib-generic-ble/node_modules/usb
node-pre-gyp WARN Using request for node-pre-gyp https download |
Can you please give detailed guide for setup |
|
For now the solution is make a local installation by changing the source code from Github. I will show you how. Make a git clone of this repository. Edit src/generic-ble.js Edit package.json Execute 'npm pack'. Then go to node-red folder and install by And of course, replace in Windows replace / with \ |
Hi, I've just published |
unable to install on rpi 3 B+
The text was updated successfully, but these errors were encountered: