Hi there I'm having some problem with create-react-app:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
added 1376 packages, and audited 1377 packages in 22m
181 packages are looking for fundingrun npm fund
for details
6 moderate severity vulnerabilities
To address all issues, run:npm audit fix
Run npm audit
for details.
A template was not provided. This is likely because you're using an outdated version of create-react-app.Please note that global installs of create-react-app are no longer supported.You can fix this by running npm uninstall -g create-react-app or yarn global remove create-react-app before using create-react-app again.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I have tried the recomendation steps from the create-react-app official website:npm uninstall -g create-react-app - This didn't work.
I have clear the npm cache, also didn't work.
I have search with 'where create-react-app' so I can delete it, and it didn't fine anything.
Can anybody help me with this problem? Thank you very much.