Basic Node and Express - Meet the Node console

Tell us what’s happening:

Every time I attempt to restart the server.js file, I receive an error saying the port is already in use. I have no idea how to even start fixing that

###Your project link(s)

solution: http://localhost:3002

Your browser information:

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

Challenge Information:

Basic Node and Express - Meet the Node console

google how to find which ports are in use, and the how to kill the process at those ports, then you can start the server back up

Also, make sure you are not starting the server in myApp.js as that is already handled for you in server.js

All I see now is “not found”

That is normal, your app is not yet serving an html file (you will add that in one of the next few challenges)