My package.json has react-scripts with a version of ^0.0.0
So I updated package.json and changed it to ^4.0.3 and ran npm install
All of a sudden a lot more stuff happened.
Note: When I ran an npm audit fix
it wanted to set react-scripts back to ^0.0.0 again.