CRA를 npx로 설치하고 싶었는데 자꾸 global remove를 하라는데 삭제해도 안되는 이슈가 있었다.
You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).
We no longer support global installation of Create React App.
Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- yarn global remove create-react-app
The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/
당연히 저기 친절하게 써준 명령어를 치고 npx로 설치해도 실패
sudo로 삭제하라고 했는데 필자는 window라 관리자 권한으로 git bash를 실행하여 삭제해도 실패!
npx의 캐쉬를 삭제해보라는 조언도 실패!
npx clear-npx-cache
npm ls -g create-react-app 모듈있나 확인
npx clear-npx-cache
npx create-react-app@latest --template typescript .
제일 최신 버전으로 설치