i have been trying to start react app on npm but it is not runningenter image description here
Asked
Active
Viewed 116 times
2 Answers
0
I had the same promlem, if there is a cache folder or a folder like .next or .parcel depending on what builder you are using, delete the cache and try again. Also hit npm run build after deleting the cache and then npm start. If you want to start in dev mode just hit npm run dev after cleaning the cache

Tadeo Hepperle
- 550
- 2
- 12
0
Don't forget to run npm install
to install the dependencies before you run npm start

Hai Huynh Ngoc
- 359
- 3
- 6
-
I have tried it and it worked hoping more from you – Stein Ola Sep 17 '20 at 20:01