mosh-hamedani / vidly-api-node

309 stars 285 forks source link

npm install bug -> bcrypt@1.0.3 library #41

Closed Roi467 closed 3 years ago

Roi467 commented 3 years ago

Hello,

I learn to react with mosh at his website and we need to install this for the backend to vidly project but I got an error when I tried to install this library... I checked the library npm and it been told that this library was down from sever

what should I do now? I stuck and cannot move forward with my course.

image

mj-111 commented 3 years ago

The version of the bcrypt is different between what Mosh has and what you have installed on your system. That's because Mosh has the older version. To fix it: 1- Remove the bcrypt from package.json 2- install bcrypt again, npm i bcrypt --> this will install the latest version

On Tue, Oct 27, 2020 at 7:08 AM Roi467 notifications@github.com wrote:

Hello,

I learn to react with mosh at his website and we need to install this for the backend to vidly project but I got an error when I tried to install this library... I checked the library npm and it been told that this library was down from sever

what should I do now? I stuck and cannot move forward with my course.

[image: image] https://user-images.githubusercontent.com/46962884/97312374-16a03780-186e-11eb-9a95-575768f1880f.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mosh-hamedani/vidly-api-node/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQXLBO2LVE43VO5HK5GZDRDSM3H6FANCNFSM4TA4EI3A .

Roi467 commented 3 years ago

Thank u