node.bcrypt.js
node.bcrypt.js copied to clipboard
While trying to resolve module `crypto`
im on node 20.9.0
i installed last version of bcrypt but dosent work, it says that not find crypto, that is a deprecated dependency, i install as required, but without success
Error: While trying to resolve module crypto from file /Users/user/Desktop/proj/myproj/node_modules/bcrypt/bcrypt.js, the package Users/user/Desktop/proj/myproj/node_modules/crypto/package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (/Users/user/Desktop/proj/myproj/node_modules/crypto/index.js. Indeed, none of these files exist:
Facing kinda same issue but a different module: