create-react-app is not working since version 4.0.1

This worked for me:

npx create-react-app@latest your-project-name --use-npm

Leave a Comment