Uruchamiasz „Create-React-App` 4.0.3, który stoi za najnowszą wersją (5.0.0).
ERROR: You are running `create-react-app` 4.0.3, which is behind
the latest release (5. 0.0).
---
SOLUTION:
1) npm uninstall -g create-react-app
2) npx clear-npx-cache
3) npx create-react-app myapp
KostasX