I am getting this error and I am attaching a picture
internal/modules/cjs/loader.js:983 throw err; ^
Error: Cannot find module
I am getting this error and I am attaching a picture
internal/modules/cjs/loader.js:983 throw err; ^
Error: Cannot find module
Go to your console, type in cd routes
After that type node app.js
You are in the wrong directory
Personal Opinion:
Usually the app.js
is not inside the routes
folder?