Basic Node and Express - Meet the Node console

Tell us what’s happening:

I’m doing it with replit and I can’t pass the task even though I’m doing what I want. I’ve tried all kinds of ways. glitch doesn’t support it anymore and I tried it from render. is there no way this can happen?

###Your project link(s)

solution: https://52e9953d-ba54-4420-b92a-e9d269a8ff47-00-wloloaa2epwc.picard.replit.dev

Your browser information:

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

Challenge Information:

Basic Node and Express - Meet the Node console

What is the issue? That link didn’t work for me.

1 Like

Welcome to the forum @SniperMonkey

Try Gitpod.

Happy coding

1 Like

we don’t have to use gitpod in the task anymore and it seems to be very troublesome to install. on the one hand, I was using kali linux for system programming from the virtual machine, but when I wanted to install my runner on linux, it kept giving me trouble. i couldn’t do cpu vizilation. i tried many things. i came this far with replit, but no live app works to pass this task. thank you very much for your interest. @Teller

gitpod is not a thing to install, it is an in-browser IDE

but you can also develop locally

what errors are you getting in the browser console when you run the tests?

1 Like

the link I gave is the live app link, I don’t need it. I don’t know how I sent it. I’m new to the forum. my problem is to write ‘hello world’ in the console log in this task, but no matter which live app I use, I can’t pass it. I tried 4-5 apps and it didn’t happen in any of them. there is no myApp.js in the github files, I create it myself and connect it to server.js and I also get the log output in the apps I use. it just doesn’t see it on the task page @fcc4b6d10c4-b540-4e2

then you have the wrong github files, because it’s here: boilerplate-express/myApp.js at main · freeCodeCamp/boilerplate-express · GitHub

1 Like

damn really… thanks a lot mate