Bug: [React v19]
Sardorbek-Kuvondikov opened this issue · 5 comments
Sardorbek-Kuvondikov commented
npx create-react-app my-project
If you type in this order, React doesn't install all files and folders, this problem started for me with v19.
Is this a bug on my end or is it on React's end? I couldn't find it.
ilko-nikolov commented
create-react-app is not maintained and shouldn't be used.
Sardorbek-Kuvondikov commented
Oh, I didn't know about that.
Which method do you recommend?
Thank you for saying that.
nstarlike commented
npx create-next-app@latest
Refer to (https://react.dev/learn/start-a-new-react-project)
Harricpp commented
npx create-next-app
will help u