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
To workaround this do npm rebuild --build-from-source.
Most helpful comment
To workaround this do
npm rebuild --build-from-source.