node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

How to install sqlite for Linux and Windows in the same project?

Open CodingBear-Git opened this issue 1 year ago • 0 comments

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

CodingBear-Git avatar Jan 26 '24 07:01 CodingBear-Git