api-design-node-v3 icon indicating copy to clipboard operation
api-design-node-v3 copied to clipboard

yarn dev is not running

Open Ali-Hussein-dev opened this issue 5 years ago • 3 comments

I want to follow along but I am getting an error when running the command yarn dev after installed all dependencies error message: "internal/modules/cjs/loader.js:983 throw err; ^ Error: Cannot find module 'C:\Users\alilo\Documents\Node\api-design-node-v3\node_modules\bcrypt\lib\binding\bcrypt_lib.node'"

what am I missing?

Ali-Hussein-dev avatar Nov 08 '20 13:11 Ali-Hussein-dev

I fixed this problem installing "bcrypt": "^5.0.0"

bbernag avatar Jan 25 '21 17:01 bbernag

@Ali-Hussein-dev I Ran into the same issue. I cleared the terminal and ran yarn dev. It worked fine and also make sure you have installed yarn properly:)

bhargavmungara avatar Jun 10 '21 15:06 bhargavmungara

the issue is related to the bcrypt package

Mnabawy avatar Jul 13 '21 08:07 Mnabawy