Skip to content
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

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

Open
emmrichd opened this issue Mar 5, 2022 · 1 comment
Open

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

emmrichd opened this issue Mar 5, 2022 · 1 comment

Comments

@emmrichd
Copy link

emmrichd commented Mar 5, 2022

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
Copy link
Author

emmrichd commented Mar 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant