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
You can uninstall a globally installed package with this: npm uninstall -g create-react-app
npm uninstall -g create-react-app