When i tried to enter npm start it is showing the error like this1
Asked
Active
Viewed 41 times
1 Answers
1
Try this process:
- It seems that you did not install
react-script
in your node module, so try this:
npm install react-scripts --save
- then, apply
npm install
- and finally
npm start

Abbasihsn
- 2,075
- 1
- 7
- 17