oyooyo / keyble

Command line tools and library for controlling eqiva eQ-3 Bluetooth smart locks
90 stars 28 forks source link

Installation does not work on Raspi Zero W with Raspberry OS #39

Open emmrichd opened 2 years ago

emmrichd commented 2 years ago

Hello,

I get gyp error messages with nodejs 8.X and nodejs 11.X while installing keyble. Is there any working procedure available?

Regards, Tomte

emmrichd commented 2 years ago

Ok, I found a way, to get at least 0.1.14 installed: wget https://unofficial-builds.nodejs.org/download/release/v14.19.0/node-v14.19.0-linux-armv6l.tar.gz tar -xzf node-v14.19.0-linux-armv6l.tar.gz sudo cp -r node-v14.19.0-linux-armv6l/* /usr/local/ With this nodejs, the rest of the manual is working keyble@next does not work, same issues as in the other post.