-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Unable to install via npm in Ubuntu 20.04.5 LTS #1692
Comments
Managed to install it correctly on my system (Debian Bullseye), same Node and NPM versions. Ensure you have Node-gyp's dependencies satisfied (can't remember if python3-dev packages are necessary) and maybe give this a try:
Can't think of anything else. Good luck homie. |
I managed to install node-gyp and node-pre-gyp with no issues but sqlite3 still fails to install. 😢 |
It happened again to me with |
Same for me, but i use Ubuntu 22.04 version, someone found solution for this? |
okay, i somehow managed it this way:
I hope normal install from "npm i" will be fixed soon... |
@MikaMikuMik It doesn't work for me. My OS is Ubuntu 22.04LTS, and my Node version is 18.16.0. |
I'm using the same config as yours, my node was set from snap packages, what error it gives to you? and when? upd: I've added some details to my prev post. |
I tried to install it on Ubuntu but it didn't work, I always got the errors mentioned above. However, it worked in a Docker container. |
I have the same issue maybe @kkaefer or any other maintainer can check this out. |
Same here, Ubuntu 22.04LTS. |
Issue Summary
Unable to install via
npm install sqlite3
in Ubuntu 20.04.5 LTS (x86_64) with:2023-03-16T09_15_32_093Z-debug-0.log
Steps to Reproduce
npm install sqlite3
Version
latest
Node.js Version
v19.8.1
How did you install the library?
npm install sqlite3
The text was updated successfully, but these errors were encountered: