bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.74k stars 1.29k forks source link

Cannot find module '../models/User' #47

Open hroft opened 5 years ago

hroft commented 5 years ago

Error Cannot find module '../models/User' file /routes/users.js :const User = require('../models/User'); but file /models/user.js

thtauhid commented 5 years ago

Rename the user.js file to User.js in models folder. This should fix the issue.

Check this pull request: #43

thtauhid commented 5 years ago

@bradtraversy can you please merge the pull request #43 ?