Node.js Module in Full Stack Developer Path

In the full-stack module, I’m having trouble getting the mini-browser to run the code. Even when the AI tells me I’ve done everything right, it still doesn’t run. I’m checking my work with the solution in each module, and it’s correct. So, I’m wondering why the mini-browser and the terminal aren’t showing what I’m doing.

Hey @clccode,

Copying my respsonse from another post since I think this might be the same issue.

Could you check if your console says something like:

retrotech@1.0.0 start
node server.js

connected on port 8000

? If that the server is running, also try the shortcut key cmd+s (mac) or ctrl+s (windows) to run the code. I had this issue when testing just then but did a browser refresh, initialised the connection to the server again and seems to be working now.

Thank you very much! That solved the problem.

1 Like