Basic Node and Express - Meet the Node console

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

I am unable to replicate the project in Replit and I have been working on this issue for the past 2 days but to no help. Please help me if you can. I really want to complete this challenge. When I am cloning the project in Replit using the clone the project in Replit option, it is showing NOT FOUND at deployment. Any fixes?

Your browser information:

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

Challenge: Basic Node and Express - Meet the Node console

Link to the challenge:

I hope you can access it, right?

That is to be expected as it is not serving anything yet. It should still pass if you add the console.log as told to.

But it seems like you might have the Replit bug that requires you to use -- instead of the . in front of the user name.

https://boilerplate-express-5--aryan-139.repl.co

Edit: well it is back to working again with the normal URL, go figure.

https://boilerplate-express-5.aryan-139.repl.co

This is what I am trying to do; I have run the server; console.log; but deploy is showing not found still

As I said that is expected. It does not affect the test.


I’m not sure what the issue is because when I fork your Replit it works just fine for me. But your Replit doesn’t.

Open the “Shell” tab and run npm i and npm update see if that helps.

Or you can try forking my fork of your code and see if that works.

https://replit.com/@lasjorg/boilerplate-express

Click the name in the top left then click the 3 vertical dots and select fork from the menu (fork docs).

Let me know when you have forked it so I can delete it.

it is still not working, can you share a screengrab?

or do you think it is macos issue?

Did you try both things I suggested?

If it doesn’t work for you on Replit you can try it on Glitch

Or you can do the challenges locally.

1 Like

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