create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

CRA installing 0.9.5 version of react-scripts

Open NishargShah opened this issue 3 years ago • 0 comments
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

NishargShah avatar Jul 19 '22 06:07 NishargShah