Just around the 26:32 mark of your tutorial and I ran into the following error
module.js:471
throw err;
^
Error: Cannot find module './models'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
I have the models folder with the user.js and index.js file and outside in my project directory the index.js file has the following import models from './models';
Do you have any suggestions on what I should be looking at to resolve this issue?
Just around the 26:32 mark of your tutorial and I ran into the following error
I have the models folder with the user.js and index.js file and outside in my project directory the index.js file has the following
import models from './models';
Do you have any suggestions on what I should be looking at to resolve this issue?
Thanks