node-sqlite3
node-sqlite3 copied to clipboard
How to install sqlite for Linux and Windows in the same project?
Issue Summary
How to install sqlite for Linux using Windows? Or vice versa? In version 5.1.6 it was possible to make multiple sqlite builds here: "\node_modules\sqlite3\lib\binding\napi-v6-win32-unknown-x64" and "\node_modules\sqlite3\lib\binding\napi-v6-linux- musl-x64". Thus, the application worked on both Linux and Windows.
Relevant logs or output
There is no way to install sqlite for another or more OS
Version
5.1.7
Node.js Version
20.11.0
How did you install the library?
npm i sqlite3