-4

When i tried to enter npm start it is showing the error like this1

I tried to execute npm start and it was shown like this

1 Answers1

1

Try this process:

  1. It seems that you did not install react-script in your node module, so try this:
npm install react-scripts --save
  1. then, apply npm install
  2. and finally npm start
Abbasihsn
  • 2,075
  • 1
  • 7
  • 17