I am unable to uninstall create-react-app globally using npm uninstall -g create-react-app and yarn global remove create-react-app.
I uninstalled node and installed it still same problem.
CodePudding user response:
After npm uninstall -g create-react-app :
npm cache clean --forcenpm cache verifynpx clear-npx-cacheto clear your npx cache.npx create-react-app your-appornpx create-react-app@latest my-app --use-npm

