I\'ve got a maven project, within which is JavaScript project cloned as a git sub-module. So the directory structure looks something like
mavenapp/src/main/jav
It is an error about react-scripts file missing in your node modules directory at the time of installation.
Check your react-script dependency is avaliable or not in package.json
If not available then add manually via:
npm install react-scripts --save