Está ejecutando `Create-react-app` 4.0.3, que está detrás de la última versión (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