Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- vscode
- Windows 10
- Mac
- Source
- xargs
- GIT
- grep
- Eclipse
- netsh
- lsof
- tomcat
- ssh
- 단축키
- resource
- 줄바꿈 문자
- port
- VirtualBox
- 네트워크
- context
- profile
- Quartz
- find
- web.xml
- plugin
- import
- maVen
- JavaScript
- Windows
- IntelliJ
- bash
Archives
- Today
- Total
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