I try to uninstall create-react-app globally
npm uninstall -g create-react-app
But it gives me this result
up to date, audited 1 package in 264ms
found 0 vulnerabilities
I have node version v17.3.0 (currently the latest stable version) and npm 8.3.0 (i've run npm update)
Is it sufficient to do this manually?
/usr/local/bin/create-react-app (find it with which create-react-app)/usr/local/lib/node_modules/create-react-app/Try clearing the npx cache with this command:
npx clear-npx-cache
This worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With