-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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 compile node-sqlite3 on Debian Wheezy #2639
Comments
The error message advises you to report that to the author of the node-sqlite3 module. We can't help you a whole lot with this I'm afraid. |
Hi @codelitt, please take a look around the node-sqlite3 repository https://github.com/mapbox/node-sqlite3/issues, make sure you have the dependencies: https://github.com/TooTallNate/node-gyp#installation and if you're still stuck raise an issue on the |
small addition, npm install sqlite3 --build-from-source --python=/usr/local/bin/python2.7 |
@skat-delayed Ya. It turns out I just need to not build it from source, but not as sudo. Running it normally fixed it. Just didn't catch it till someone pointed it out. |
I've followed the recommendations you have set for installation errors with sqlite and still when I run:
sudo npm install sqlite3 --build-from-source
The Eerror below occurs
The text was updated successfully, but these errors were encountered: