You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aslib/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.