orlandov/node-sqlite

npm install fails with npm version 0.2.16

Closed this issue · 1 comments

When running npm install I see "Nothing to clean (project not configured)" followed by "Tell the author that this fails on your system: node-waf clean configure build".

node-waf clean configure build runs just fine (exit code 0).

echo "def clean(conf): pass" >> wscript allows npm install to complete without errors. however the installation is not valid.

require('sqlite')
Error: Cannot find module './sqlite3_bindings'

Inspecting '/home/steven/.local/lib/node/.npm/sqlite/0.0.6/package' reveals that 'sqlite3_bindings.node' is indeed missing (it is located in ./build/default however ..).

This is fixed in version 1.0.2. Cheers