When you try to run the command npx create-react-app and proceed to install the dependencies with npm it returns an error code
ERESOLVE Unable to resolve dependency tree as it generates the package.json
with React version 19 but @testing-library/[email protected] is compatible
exclusively with React 18.

