hello all,
I am in lesson 3 in Getting Started, I followed the exact steps to create-react-app, but not able to do so.
I am getting this error -
@indhiras-air react-app % npx create-react-app react-app
Creating a new React app in/react-app/
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts…
added 1934 packages, and audited 1935 packages in 45s
125 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
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.
@indhiras-air react-app % npm
Please help how to overcome this issue. I followed the same steps as Mosh has mentioned in lesson 3. Thanks