After manually installing prop-types as instructed the react-scripts folder appears to be one of many node modules removed automatically by npm for some reason.
So when npm start is ran from command line, the react-scripts gives an error as it cannot be found.
After manually installing prop-types as instructed the react-scripts folder appears to be one of many node modules removed automatically by npm for some reason.
So when npm start is ran from command line, the react-scripts gives an error as it cannot be found.