npx create-react-app Could not resolve dependency peer react@”^18.0.0″ from @testing-library/[email protected]
When use npx create-react-app React app, it keeps complain “Could not resolve dependency”, although npm list react
shows [email protected] and npm list @testing-library/react
shows @testing-library/[email protected]
npx create-react-app Could not resolve dependency peer react@”^18.0.0″ from @testing-library/[email protected]
When use npx create-react-app React app, it keeps complain “Could not resolve dependency”, although npm list react
shows [email protected] and npm list @testing-library/react
shows @testing-library/[email protected]