You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var mongoose = require('mongoose');
var User = mongoose.model('User');
var LocalStrategy = require('passport-local').Strategy;
var bCrypt = require('bcrypt');
last line should be 'bycrypt-nodejs'
otherwise you get an error of module cant be found
-Cheers, and thx for this tutorial!
The text was updated successfully, but these errors were encountered:
On module 4 page HERE
last line should be 'bycrypt-nodejs'
otherwise you get an error of module cant be found
-Cheers, and thx for this tutorial!
The text was updated successfully, but these errors were encountered: