The folder name of the React.js project is in lowercase, not uppercase, which is why this error message is appearing.
You can follow this command: npx create-react-app testing-video
It will work.