Anda menjalankan `create-react-app` 4.0.3, yang ada di belakang rilis terbaru (5.0.0). Kami tidak lagi mendukung instalasi global dari Create React App.
npx create-react-app@latest --template typescript .
or
//for not ts
npx create-react-app@latest my-app-name
Lively Lobster