0

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.)

jsejcksn
  • 27,667
  • 4
  • 38
  • 62

1 Answers1

0

It turns out that I was looking for a package like this one:

dblite on npm, GitHub

jsejcksn
  • 27,667
  • 4
  • 38
  • 62