Basic Node and Express - Meet the Node console

Tell us what’s happening:
I tried to use Glitch, replit, and run the challenge locally (by following steps described in this tutorial How to Run the freeCodeCamp Backend Challenges Locally) to complete this challenge. I think I’ve got it correct in all ways. But I don’t know somehow I just can’t pass the test.

Your project link(s)
glitch:
https://frosted-woolen-lute.glitch.me
replit:

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

Try this URL, that should pass (it is using -- instead of a . between the Replit name and user name).

https://boilerplate-express-1--phoenixx0415.repl.co

It is an SSL issue with Replit.


As for Glitch you likely have to enable npm. From the terminal enter enable-npm let it restart and install the dependencies.

1 Like

thanks, lasjorg! I fixed it by myself yesterday. I used the local host link "http://localhost:3000/ " instead of “https://localhost:3000/” and finally passed the challenge. But thanks anyway!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.