In my case, "create-react-app" was not installed. to install run this command
npm install -g create-react-app
Once installation successful, try running
npx create-react-app hello-world
If this works for you. Great else comment what worked for you,
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…