api-design-node-v3
api-design-node-v3 copied to clipboard
yarn dev is not running
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?
I fixed this problem installing "bcrypt": "^5.0.0"
@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:)
the issue is related to the bcrypt package