-
-
Notifications
You must be signed in to change notification settings - Fork 850
Closed
Description
The old binary installation scheme installed binaries under (for example) lib/binding/Release/node-v11-linux-ia32/node_sqlite3.node. The new scheme omits the architectures and node version number and installs as lib/node_sqlite3.node. This is a severe regression! I can no longer use a shared node_modules directory tree for deployments on multiple versions of node or architectures.
Please restore the ability to install multiple binaries for sqlite3 in the same node_modules tree.
Metadata
Metadata
Assignees
Labels
No labels