Windows prompt cannot run

Sir, I have run ‘npm start’ on windows prompt but here is the output I got, attached screenshot:Screenshot (537)|690x388
Even I do open the sublime and clicked the App.js file and then run but I still can’t get the localhost.
Also, when I copy and paste ‘cd hello-world’ in cmd, it is directly showing the output. I mean it is not allowing me to click the ‘Enter’ button. It runs automatically when I copy-paste the code and showing ERROR.
I would be more thankful if you can help me fix these issues asap.

Hi @kbmark00,
Can you please check if “start” object is present in package.json. For react, it’ll look somewhat like this:

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  }
1 Like

Yes, I can see the “start” object is present in package.json file which is exactly the same as you have shown. I still cannot get the right output.

Hi @kbmark00 ,
Your query has been taken to @ashwin.salgaocar. He will reply to you on or before Monday.

Let me know in case you need any help.

1 Like

OK sir thank you so much

@kbmark00 Can you please share the screenshot of the folder structure of your project?


@ashwin.salgaocar is this the folder you meant?