I faced the same issue despite having
npm install create-react-app --global
Later tried
npm init react-app projectname
This worked for me and it created a React project.Also this worked
npx create-react-app projectname
I faced the same issue despite having
npm install create-react-app --global
Later tried
npm init react-app projectname
This worked for me and it created a React project.Also this worked
npx create-react-app projectname