-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Help me to install nodejs package sqlite3 plz #363
Comments
Could be the same as #307. |
Thank you, @clausreinke . Yes, it had |
Closing this in favour of tracking the problem in #307. |
But after I've created simple JavaScript script to test:
And it throws an error:
|
@rafis Thanks! This problem with
|
sorry but i can't install sqlite3 for nodejs, i already remove -pie |
@gorrioncillo What error do you get? Have you installed what you need for building (I guess something like |
yes, i have those libs. |
It's still the same problem happening? is there any ideas? |
CPU: aarch64
Anroid: 5.0.2
While linking nodejs package
sqlite3
I'm getting undefined reference to v8 and libuv, details in attached file.npm-debug2.log.txt
I have installed
apt install libuv-dev nodejs-dev
, but cannot findlibv8-dev
, and anyway seems it doesn't helps.The text was updated successfully, but these errors were encountered: