'react-scripts' is not recognized as internal or external command

I am getting this error in terminal when I execute 'npm start' command on windows. Can someone please help to resolve this issue

1 Answers

You need to run 'npm install' before running 'npm start' command. It will install all the necessary packages that are required to start the react app.

If your packages are not installed correctly you can delete 'node_modules' folder and run 'npm install' command to install fresh packages.

Never leave your website again in search of code snippets by installing our chrome extension.