This work's for me :
Let's, uninstall create-react-app globally by this command:
npm uninstall -g create-react-app
After that in your project directory:
npm install create-react-app@latest
At the last:
npx create-react-app my-app
For typescript :
npx create-react-app my-app --template typescript