Node-sqlite3: npm rebuild does not appear to actually rebuild

Created on 17 Sep 2015  路  1Comment  路  Source: mapbox/node-sqlite3

This is what the cli output shows for this package when I run npm rebuild

> [email protected] install [...]/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

[sqlite3] Success: "[...]/node_modules/sqlite3/lib/binding/node-v46-darwin-x64/node_sqlite3.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

Most helpful comment

To workaround this do npm rebuild --build-from-source.

>All comments

To workaround this do npm rebuild --build-from-source.

Was this page helpful?
0 / 5 - 0 ratings