### 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
Describe the bug
When I fire the below command, it's not installing the latest react-scripts version and breaks many libraries.
Steps to reproduce
Expected behavior
react-scriptsActual behavior