When using create-react-app with custom-react-scripts I always end up with React 16 (latest) installed. Is there a way to create a new project with an older version, like React
Specify your script version while create project
sudo npm init react-app appname --scripts-version 1.0.13
its working for me