Basic Node and Express - Meet the Node console

Tell us what’s happening:
Describe your issue in detail here.

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 13; SM-S908U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Mobile Safari/537.36

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

You have removed the export at the bottom of the myApp.js file. It needs to be there.

module.exports = app;

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.