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

Fails to Install on Arch Linux #128

Closed
geekinthesticks opened this issue Mar 16, 2013 · 4 comments
Closed

Fails to Install on Arch Linux #128

geekinthesticks opened this issue Mar 16, 2013 · 4 comments

Comments

@geekinthesticks
Copy link

I would append the whole log, but can't see how to attach files in Github!

165 info postuninstall sqlite3@2.1.5
166 error sqlite3@2.1.5 install: node-gyp rebuild
166 error sh "-c" "node-gyp rebuild" failed with 1
167 error Failed at the sqlite3@2.1.5 install script.
167 error This is most likely a problem with the sqlite3 package,
167 error not with npm itself.
167 error Tell the author that this fails on your system:
167 error node-gyp rebuild
167 error You can get their info via:
167 error npm owner ls sqlite3
167 error There is likely additional logging output above.
168 error System Linux 3.7.10-1-ARCH
169 error command "/usr/bin/node" "/usr/bin/npm" "install" "sqlite3"
170 error cwd /home/ian/Dropbox/src/PiThermServer
171 error node -v v0.10.0
172 error npm -v 1.2.14
173 error code ELIFECYCLE
174 verbose exit [ 1, true ]

@springmeyer
Copy link
Contributor

This part of the log does not provide any info. Paste the entire console output to a gist.github.com.

@geekinthesticks
Copy link
Author

OK, here is the gist:

https://gist.github.com/geekinthesticks/5180735

Let me know if I can provide any more information.

@Mithgol
Copy link
Contributor

Mithgol commented Mar 17, 2013

That's issue #127 again. The npm package for node-sqlite3 is outdated in the sense that it does not support Node 0.10.

You may use the source code from this repository instead of the npm package to work around that issue.

@springmeyer
Copy link
Contributor

closing, node-sqlite3 works now with node v0.10.x

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

3 participants