kapit4n / mockupero-api

REST full api to manage mockups
2 stars 2 forks source link

I cannot install bcrypt #37

Closed kapit4n closed 6 years ago

kapit4n commented 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.