auth-quickstart
auth-quickstart copied to clipboard
Authentication Quickstart with Express, Passport and Sequelize
Results
2
auth-quickstart issues
Sort by
recently updated
recently updated
newest added
I am getting the following message when I try to run the application: $ node app.js module.js:327 throw err; ^ Error: Cannot find module 'bcrypt' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load...
I read you **Configuration** , but i don't know what should i set the `sequelize = new Sequelize('postgres://postgres:postgres@localhost:5432/example')` I have no idea to configure this......