Basic Node and Express - Meet the Node console

Tell us what’s happening:

Hello World is showing in the console but i cant proceed

###Your project link(s)

solution: http://localhost:3004

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Basic Node and Express - Meet the Node console

Hey, did you clone this locally or use gitpod, Do you have addresses for either of these?

We have to see your code. Post it or a link to a repo with your code.


Without the code, we have nothing to go on:

  1. Make sure you are using the correct port number. The default is 3000 not 3004

  2. Make sure you still have the export at the bottom of the myApp file module.exports = app;