Closed kapit4n closed 6 years ago
Possible solution: https://github.com/kelektiv/node.bcrypt.js/issues/432 For anyone else struggling with this: http://stackoverflow.com/questions/29320201/error-installing-bcrypt-with-npm
I'm now using the bcrypt-nodejs library. npm install --save bcrypt-nodejs && npm uninstall --save bcrypt
I've been using it without any issues for a while now.
Possible solution: https://github.com/kelektiv/node.bcrypt.js/issues/432 For anyone else struggling with this: http://stackoverflow.com/questions/29320201/error-installing-bcrypt-with-npm
I'm now using the bcrypt-nodejs library. npm install --save bcrypt-nodejs && npm uninstall --save bcrypt
I've been using it without any issues for a while now.