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
I'm using pnpm in my project and sqlite3 is a dep-of-dep. I want it to use a give sqlite3 binary and it seems that the only way to do that is to go into the module after install and manually run npx node-pre-gyp install --build-from-source
It would be great if there was a way to force build during install e.g. NODE_PRE_GYP_BUILD=sqlite3,bcrypt.
The text was updated successfully, but these errors were encountered:
I'm using pnpm in my project and sqlite3 is a dep-of-dep. I want it to use a give sqlite3 binary and it seems that the only way to do that is to go into the module after install and manually run
npx node-pre-gyp install --build-from-source
It would be great if there was a way to force build during install e.g.
NODE_PRE_GYP_BUILD=sqlite3,bcrypt
.The text was updated successfully, but these errors were encountered: