I have the Node version 14.15.5 , after that i installed create-react-app@1.5.2 as you said to follow.
Then i created “react-app” . once created i run the app using the command “npm start” but i am getting the following error
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Ponmurali\AppData\Roaming\npm-cache_logs\2021-02-22T05_40_29_634Z-debug.log
Hi! I hope you found a solution already, but since I came across the same issue I’ll post my solution if anybody in the future needs it!
I uninstalled create-react-app, in terminal I went into another folder where I keep all my projects, and re-installed it in that one with npx create-react-app my-app instead of installing it globally like in the video.
Worked both for win and mac