DEV Community

kushagra mishra
kushagra mishra

Posted on

React 19 ERROR NPX

npm error react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @testing-library/react@13.4.0
npm error node_modules/@testing-library/react
npm error @testing-library/react@"^13.0.0" from the root project

testing-library @testing-library/react@"^13.0.0" only compatible with react 18 and while on npx create-react-app it is throwing error

Top comments (0)