Basic Node and Express - Meet the Node console

Tell us what’s happening:

my hello world test wont pass, I used the correct boilerplate, tried it on gitpod, replit, glitch, local and it somehow still wont work. My live url for the glitch site is https://small-candle-kryptops.glitch.me please tell me where im going wrong

###Your project link(s)

solution: Glitch :・゚✧

Your browser information:

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

Challenge Information:

Basic Node and Express - Meet the Node console

Did you restart the server after your changes ?

Wait im sorry restarting how? Like refreshing or?

The server must be restarted after making changes to its files.

if you’re working on gitpod, you can stop the server from the terminal using Ctrl + C
then start it again using npm run start

This will restart the server and apply any new changes or code you’ve added.

On Glitch, open the terminal and run enable-npm let it do its thing and wait for the restart. Now submit the live link URL (not the editor link).


The code you have is correct, not sure why it would fail on all the other platforms and locally.

thank you so much! restarting worked!

thank you so much! restarting seemed to be the issue, it worked!