npx create-react-app . —template typescript를 하는데 다음과 같은 에러가 떴다.
<aside>
❗ You are running create-react-app
4.0.3, which is behind the latest release (5.0.1).
We no longer support global installation of Create React App.
</aside>
@latest를 붙여주니 해결되었다!
npx create-react-app@latest project-name --template