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
Hi, any idea what could cause (node:83837) UnhandledPromiseRejectionWarning: Error: Cannot find module '/code/vulcan-next/.vn/scripts/db/lib/binding/napi-v3/bcrypt_lib.node' when running the script? I use ncc 0.30.0 and bcrypt 5.0.1
Hopefully I could get rid of bcrypt but native modules seems to have issues
Hello,
It looks like even after the fix in
[email protected]
to handle properly@mapbox/node-pre-gyp
ncc is still not able to relocate[email protected]
.I ran some tests by building locally ncc:
ncc@82bffab1df2c8936e1151352889a73434fd45dc4 (0.28.0 tag) - bcrypt correctly relocated ✅
ncc@00cdc3f31a455dfa14c86f85c622776a31ab5ee2 (update to
[email protected]
) - bcrypt correctly relocated ✅ncc@446fc5645141fd119c120c766e33051bb3a4935b (before fix of webpack-asset-relocator-loader) - bcrypt not relocated 🔴
But when I use the
npm:@vercel/[email protected]
bcrypt is not relocated so I think there is an issue with packaged version.The text was updated successfully, but these errors were encountered: