Notice
Recent Posts
Recent Comments
목록xcode-select (1)
준호씨의 블로그
MacOSX - gyp: No Xcode or CLT version detected! 에러 해결
gitgraph.js라는 녀석을 설치해 보려고 따라 하던 도중 아래 커맨드를 실행시켰는데 오류가 발생했습니다. $ yarn run lerna bootstrap 처음에는 lerna가 설치되어 있지 않다고 해서 lerna를 먼저 설치해 줬고 다시 해 보니 "gyp: No Xcode or CLT version detected!"오류가 발생했습니다. 보통 xcode 관련 파일들이 필요한 경우 아래 명령어로 설치할 수 있는데요. $ xcode-select --install 실행해 보니 이미 설치되어 있다고 나옵니다. $ xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" t..
개발이야기
2021. 4. 26. 20:33