Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error npx create-react-app my-app --template typescript #31699

Closed
rzahuseyin1993 opened this issue Dec 8, 2024 · 7 comments
Closed

Error npx create-react-app my-app --template typescript #31699

rzahuseyin1993 opened this issue Dec 8, 2024 · 7 comments

Comments

@rzahuseyin1993
Copy link

No description provided.

@seamoonpandey
Copy link

@rzahuseyin1993
can you please add the details about the issue.

@DimitrenkoNikolayFusion
Copy link

Installing template dependencies using npm...
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
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/[email protected]
npm error node_modules/@testing-library/react
npm error @testing-library/react@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/fusion/.npm/_logs/2024-12-08T12_43_16_224Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/fusion/.npm/_logs/2024-12-08T12_43_16_224Z-debug-0.log
npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 @types/jest@^27.0.1 @types/node@^16.7.13 @types/react@^18.0.0 @types/react-dom@^18.0.0 typescript@^4.4.2 web-vitals@^2.1.0 failed

@seamoonpandey

@axalix
Copy link

axalix commented Dec 9, 2024

It's a copy of facebook/create-react-app#13717

@eps1lon eps1lon closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
@eps1lon eps1lon removed the React 19 label Dec 10, 2024
@eps1lon eps1lon changed the title [React 19] Error npx create-react-app my-app --template typescript Error npx create-react-app my-app --template typescript Dec 10, 2024
@nighilramachandran
Copy link

any one have any idea to solve the above issue

@axalix
Copy link

axalix commented Dec 12, 2024

@nighilramachandran

yarn create react-app my-app --template typescript

@Lempwick
Copy link

JESUS THANK YOU @axalix

@saitejayelubolu
Copy link

the first step is to locate your project folder

then run these commands one by one

npm uninstall react react-dom

then

npm install react@18 react-dom@18

then

npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0

then

npm start

here what we are doing is uninstalling react19 and installing react18.

or you can go with this YouTube link: https://youtu.be/mUlfo5ptm1o?si=hYHTwc7hApEXzPX5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants