This worked for me, seems the create react app has version issue, adding @latest solves it, installing it in local is by no means useful as the use of npx is to get latest version from remote repository that from local.
npx create-react-app@latest react-webdev-course