npx create-react-app my-app
Error: We no longer support the global installation of Create React App. Please remove any global installs with one of the following commands: - npm uninstall -g create-react-app - yarn global remove create-react-app
I tried
npm uninstall -g create-react-app
and then
npx create-react-app my-app
but it still gives me the same error node --version v14.17.6 npm --version 8.1.1