Basic Node and Express - Start a Working Express Server

req.send is not a function
Describe your issue in detail here.

Your code so far

Your browser information:

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

Challenge: Basic Node and Express - Start a Working Express Server

Link to the challenge:

Welcome to the forum!
Could you share a link to your code please?
If we can see your code, we might be able to see why it’s not working.

I use chrome browser

I’m getting an error with your repl:


This can happen when you don’t select ‘Use run command’ and click ‘Done’ (as per instructions in previous challenge):

Your repl is trying to start via index.js (which doesn’t exist). You can either reimport the repl and start again or you can type ‘npm run start’ into the shell terminal.

Either way, you should then pass this step on FCC.

1 Like

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