I am getting this error in terminal when I execute 'npm start' command on windows. Can someone please help to resolve this issue
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.
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.