With this fixes sqlite should work with new nodes. - #36
Conversation
Fixing sources to work with nodes 0.6.x
rbochenski
commented
Nov 8, 2011
This two commits should be merged to work properly. |
ndaversa
commented
Dec 4, 2011
Error: Cannot find module './sqlite3_bindings' |
rbochenski
commented
Dec 4, 2011
Just link build/Release/sqlite3_bindings.node into sqlite3_bindings sqlite dir. |
* Add deps/mpool-2.1.0 build output to .gitignore * Remove unused reference to deprecated sys module * Create sqlite3_bindings symlink in build
Add the required symlink during the build
panzi
commented
Jun 5, 2012
I fixed the "Cannot find module './sqlite3_bindings'" error differently: https://github.com/panzi/node-sqlite/commit/f6791b9e9c2418fc43f9b9e76ace1e6a39c11d8a |
Fixing sources to work with nodes 0.6.x
I have added extends module. Perhaps it should be done in different way.