Issue using repl.it On Node/Exoress section

Hi guys,

I am beginning the Node and express section: https://www.freecodecamp.org/learn/apis-and-microservices/basic-node-and-express/meet-the-node-console

I am having issues with the first few challenges. I am using the repl starter project from the link, but everytime I run the project, before and after making change, it shows “Not Found” in the browser. It seems there is something wrong with the code supplied by FCC. Can anyone take a look at my repl and the assignment? Thanks in advance!

Hello there,

As this is a Basic Node exercise, you will, in a later lesson, write the code to display something on a GET request. So, until you reach that lesson, the Not Found is expected.

I used the provided link in the challenge to make a new REPL, and passed the test by simply adding console.log("Hello World"); to myApp.js.

Hope this clarifies.

1 Like

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