React app stuck on "Starting the development server"

kenneth-rebello picture kenneth-rebello · Nov 7, 2019 · Viewed 14.4k times · Source

I have a react app created by create-react-app. After running npm start (the start script is present in package.json as "start": "react-scripts start") the console says Starting the development server as usual and fires up the browser. But after this both the console and the browser do absolutely nothing indefinitely. No error or output. It simply does nothing.

Answer

Jerrin stephen picture Jerrin stephen · Nov 7, 2019

Check This Tow points

  1. Run npm install command before you start the server.

Then also it is not running , please try the second command

  1. Remove the node modules and run npm install once again.

If these two points didn't work , Please provide the screenshot for further analysis.