Act99 기술블로그

만약 npx create-react-app 이 실행되지 않을 경우/ please remove any global installs with one of the following commands 본문

개발팁저장소/react

만약 npx create-react-app 이 실행되지 않을 경우/ please remove any global installs with one of the following commands

Act99 2022. 1. 26. 15:59

먼저 노드 버전을 14버전 이상인지 확인한다.

다음 16버전 이상이면 이런 에러가 발생할 수 있다.

 

please remove any global installs with one of the following commands

 

 

이는 create-react-app 을 4.0.3 을 사용할 때 발생한다. 먼저, 

 

npx clear-npx-cache

를 통해 5.0.0 이상을 맞춰주기 위한 작업을 한다.

 

그럼 잘 된다.