Local contributor end-to-end flow command doesn't use recent packages
Created by: gaearon
It seems like localc contributor end-to-end flow command (npm run create-react-app whatever
) only uses the master version of react-scripts
, but not any of the other packages. We need to fix it to use master versions of all the packages.