-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
Can't install node-sqlite3 on Raspberry pi 3 running raspbian #933
Comments
Did you try to build node-sqlite3 from source? Looks like there are no binaries for linux-arm. |
Just tried it and it gives me the same error message. |
I tried installing sqlite3 instead of sqlite but now im stuck on the following:
|
Ok, fixed it, thank you @Nostradamos. That was it 👍 |
So you can close this, right @zerox029 ? |
@zerox029 Could you share how do you fix that? I have the same issue to install on ARM. |
sudo apt-get install libsqlite3-dev it works on my rpi3 - raspbian stretch lite |
try with npm install sqlite3 --unsafe |
FWIW |
it works on my opi r1 - armbian 5.4.6-sunxi (Ubuntu bionic based Armbian for the Orange Pi R1 ) |
It worked for me once I installed the 64-bit (arm64) OS version. Couldn't get it to work with the 32-bit (arm). |
I have a node application using sqlite3 running perfectly fine on windows. However, when I send it over to my pi and try downloading the packages, sqlite3 doesn't work.
I get the following errors when trying to install :
And the following when trying to run the program afterwards:
node version: 8.9.4
Any help would be appreciated,
thanks
The text was updated successfully, but these errors were encountered: