hope this will fix your error, try to share package.json file for such errors
0
Hasindu Dahanayake
On
go to the my-app directory and run the command npm start
0
todevv
On
You are not in the correct directory. At the moment of execution you are in React LEAR but you package.json is inside my-app. Go inside my-app and then execute npm start
delete node_modules and package-lock.json file.
then run,
hope this will fix your error, try to share package.json file for such errors