safak / youtube23

Lama Dev Season 3
659 stars 338 forks source link

Bcrypt Error! #5

Open malekkadri opened 1 year ago

malekkadri commented 1 year ago

When I use yarn install inside api folder everything is okey execpt for bcrypt it won't install I tried to delete node_modules and yarn add bcrypt still it won't work any help please?

Teegreat commented 6 months ago

add the force flag to it.

npm install bcrypt --force

The same applies if you are using yarn