SyntaxFix
Write A Post
Hire A Developer
Questions
As per the react documentation https://create-react-app.dev/docs/getting-started/ The following commands will resolve the issue.
npx create-react-app my-app cd my-app npm start