I am interested in understanding how to install node-sqlite3
, but provide by own precompiled package of sqlite3
: I just want to install the Node client and skip the build phase entirely during install.
How can I do this?
(Reasoning: I am going to test the module in multiple environments and have already read countless posts of people having build issues in various environments, so I'd rather manually compile myself.)