Bug: React v19
Sardorbek-Kuvondikov opened this issue · 2 comments
Sardorbek-Kuvondikov commented
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%.
manthan2325 commented
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
JorensM commented
create-react-app is deprecated and is not recommended anymore. Please use vite or any of the recommended ways