create-react-app
create-react-app copied to clipboard
CRA installing 0.9.5 version of react-scripts
trafficstars
Describe the bug
When I fire the below command, it's not installing the latest react-scripts version and breaks many libraries.
npx create-react-app react-test
Steps to reproduce
- npx create-react-app react-test
Expected behavior
- install the latest version of
react-scripts - install the @testing-library
Actual behavior
- Install v0.9.5 version of react-scripts
- Not installing the @testing-library