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
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?
The text was updated successfully, but these errors were encountered:
@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:)
I want to follow along but I am getting an error when running the command
yarn dev
after installed all dependencieserror 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?
The text was updated successfully, but these errors were encountered: