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
When bcrypt uses the universal name of a directory which is napi-v3, sqlite3 uses something like napi-v3-{os} and it's hard to include it to build by using require(). To resolve this issue we probably need to set up pkg.assets in package.json.
The text was updated successfully, but these errors were encountered:
Okay, we get into a weird issue because when we're using caxa is some kind of successful but binary cannot open database file (similar to vercel/pkg#304) and pkg doesn't seem to really include .node binaries into a bundle.
When
bcrypt
uses the universal name of a directory which isnapi-v3
,sqlite3
uses something likenapi-v3-{os}
and it's hard to include it to build by usingrequire()
. To resolve this issue we probably need to set uppkg.assets
inpackage.json
.The text was updated successfully, but these errors were encountered: