Calling Backend Services

Having problem starting the node backend web development server.
Anytime I run node index.js on the vidly-api-node directory in command prompt I get an error.
So how can i fix it?

Try the following:
npm install node-gyp -g
npm install bcrypt -g
npm install bcrypt --save

It worked for me

try to run npm i to install all the Dependencies

1 Like

Ok thank you
I’ll try it.

1 Like

it’s not working for me

it’s not working for me either

you can try to npm uninstall bcrypt first the install npm i bcryptjs

1 Like

Thanks.
But am done with course though I really appreciate