I\'m unable to install bcrypt using npm on my machine because I encounter the following errors. I have been troubleshooting the issue without much luck. Can you
npm
I managed to solve this by running the command: sudo apt-get install -y build-essential python and then yarn add bcrypt.
sudo apt-get install -y build-essential python
yarn add bcrypt
You can find the instructions here:
https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions
https://github.com/kelektiv/node.bcrypt.js