-
Notifications
You must be signed in to change notification settings - Fork 5
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
Raspberry installation don’t work #1
Comments
Hi weinzmi, Let's explain my installation directly from a Stretch img flashing for Raspberry Pi 3 B : $wget https://nodejs.org/dist/ v8.11.1/node-v8.11.1-linux-armv7l.tar.xz $node –v Copy your project from Git Modify your package.json like your version **In daumUSB2BLE directory ** Results
prebuild-install WARN install No prebuilt binaries found (target=8.11.1 runtime=node arch=arm libc= platform=linux)
prebuild-install info begin Prebuild-install version 5.3.3 npm list npm list npm ERR! missing: [email protected], required by [email protected] I hope you can find the problem with my installation. |
What’s the output when you go to the project directory on your Pi and do „sudo node server.js“? Usually the errors prompted there are the missing packages. It’s more like try and error, since I’m not a real developer, but it helped me when I had to install manu‘s release. |
Hi Weinzmi, I need to reflash an fresh image from Strech distribution. Anothe possibility will be possible to send me your Raspberry image including the daumUSB2BLE ? |
Hi Weinzmi, |
Hi Weinzmi, $ sudo node server.js Error: Could not locate the bindings file. Tried: |
Let’s give it a try! I’ve used a new serial port parser: pi@raspberrypi:~ $ npm list Search how to install the parser and the binding to enable the new parser in the daumUSB.js script. DAUMs serial interface is significantly different to Kettlers. That was one of the updates in the beta versions. Two possible solutions: Lookup for an older version in my releases befor the time out parser Or Try to install it 🤓 |
Sorry Weinzmi, I think the problem is more in these lignes after because it don't exist an https://github.com/tessel/node-usb/releases/download/v1.6.1/usb-v1.6.1-node-v57-linux-arm.tar.gz from git tessel/node-usb : [email protected] install /home/pi/daumUSB2BLE-0.6.0/node_modules/usb
prebuild-install info begin Prebuild-install version 5.3.3 |
did you followed this installation?: |
No, but I can try it’s in my ability. And after this installation, Do I have to reinstall daumUSB2BLE again? |
Weinzmi, gyp ERR! build error npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
Hi weinzmi, Have you progressed in your New development ? |
Hi everybody,
I’m trying to install the daumUSB2BLE on a Raspberry zero w and a 3B with Stretch distribution. I used different Node.js version (from 8.x, 10.x , and above). Unfortunatly I have many errors about Dependecies, specialy with serial and usb node package.
Is there somebody able to help me and confirm that’s possible to install the DaumUSB2BLE on a Raspberry Pi.
In advance thank you.
The text was updated successfully, but these errors were encountered: