$ npm install react-scripts@latest
$ npx create-react-app my-app --template typescript
$ cd my-app
You are running
create-react-app 4.0.3, which is behind the latest release (5.0.0).
>npxのキャッシュをクリアしてください。
> npx clear-npx-cache
$ npx create-react-app my-app --template typescript
$ cd my-app