I am trying to create a new project using create-react-app using the command given on the docs i.e npx create-react-app my-app but it doesn\'t cont
create-react-app
npx create-react-app my-app
It is not working for me on windows machine. It worked when I ran below commands from git bash:
npm install -g create-react-app npx create-react-app my-app