-1

i have been trying to start react app on npm but it is not runningenter image description here

Stein Ola
  • 1
  • 1

2 Answers2

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