Categories
JavaScript Answers

How to fix error installing bcrypt with npm?

Spread the love

To fix error installing bcrypt with npm, we install the bcryptjs module.

For instance, we run

npm install --save bcryptjs && npm uninstall --save bcrypt

to install the bcryptjs module and uninstall the bcrypt module.

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *