I already have a prebuilt binary of node_sqlite3.node , how do I specify this during install? So that it would not trigger the node-pre-gyp build?
One library that can do this is node-sass , we can just specify the SASS_BINARY_PATH like so:
export SASS_BINARY_PATH=./node-sass/v4.11.0/linux-x64-57_binding.node
Perhaps we could make this configurable:
https://github.com/mapbox/node-sqlite3/blob/master/lib/sqlite3.js#L1-L5
I already have a prebuilt binary of
node_sqlite3.node, how do I specify this during install? So that it would not trigger thenode-pre-gypbuild?One library that can do this is
node-sass, we can just specify theSASS_BINARY_PATHlike so:Perhaps we could make this configurable:
https://github.com/mapbox/node-sqlite3/blob/master/lib/sqlite3.js#L1-L5