facebook/react

Bug: [React v19]

Sardorbek-Kuvondikov opened this issue · 5 comments

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.

create-react-app is not maintained and shouldn't be used.

Oh, I didn't know about that.
Which method do you recommend?

Thank you for saying that.

npx create-next-app@latest

Refer to (https://react.dev/learn/start-a-new-react-project)

Another popular tool for vanilla React is Vite

npx create-next-app

will help u