Kyle

Results 1 comments of Kyle

Or npm install --save bcryptjs and go to app/server/modules/encrypt.js and change bcrypt = require('bcrypt') to bcrypt = require('bcryptjs'); I also had to run npm uninstall sqlite3 and then run npm...