I created a new React project using npx create-react-app my-app and Iget a message saying A template was not provided. This is likely because you're using an outdated version of create-react-app., and then a list of err's when I try to npm start. I tried running the suggested yarn cmd but it says cmd not found. I'm running node v16.13.0 and React 17.0.2.
Can anyone help me figure this out?