-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
Bug: React v19 #31909
Comments
first of all which framework are you using? or is it without any framework? and secondly, Maybe some of the files were generated earlier so that might cause issues, you can try this first "npm cache clean --force " and then run the npx-create-react-app my-app |
create-react-app is deprecated and is not recommended anymore. Please use vite or any of the recommended ways |
thanks a lot 🫡 |
Support requests filed as GitHub issues often go unanswered. We want you to find the answer you're looking for, so we suggest the following alternatives: Coding Questions https://stackoverflow.com/questions/tagged/react Talk to other React developers |
When I run the command
npx create-react-app my-app
to use React 19v, it fails to download the required files and folders 100%.
The text was updated successfully, but these errors were encountered: