SyntaxFix
Write A Post
Hire A Developer
Questions
For me it was simply that I hadn't added react-scripts to the project so:
react-scripts
npm i -S react-scripts
If this doesn't work, then rm node_modules as suggested by others
node_modules
rm -r node_modules npm i