79257341

Date: 2024-12-06 08:47:25
Score: 1
Natty:
Report link

This is a peer dependency issue. The create-react-app is try to install @testing-library/[email protected], but it doesn't support React 19. You can either use yarn/pnpm/bun or downgrade to React 18.

npm install -g yarn
yarn create react-app <your_app_name>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nam Nguyen