develog

[mac] npm install 시 에러, missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 본문

카테고리 없음

[mac] npm install 시 에러, missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

냐옴 2023. 3. 29. 21:44

 

npm install 시 에러가 발생

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

아래 명령을 실행 후 npm install 을 재시도 해본다

xcode-select --install

 

https://www.cyberithub.com/solved-xcrun-error-invalid-active-developer-path-library-develop/

 

Solved "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)" | CyberITHub

In this article, we will see how to solve "xcrun: error: invalid active developer path (/Library/ Developer/CommandLineTools), missing xcrun at:

www.cyberithub.com

 

Comments