1. add the below code inside package.json
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
2. run the below command and then try again!
npm install react-scripts --save