아마 개발용 Command Line Tool 을 먼저 설치한 후 Xcode를 설치하고 npm으로 관련 모듈을 설치하고자 할때 발생하는 문제 같습니다.
아래와 같이 해서 문제를 해결했습니다.
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
참고경로: https://github.com/nodejs/node-gyp/issues/569
이 게시물이 | |
AiRPAGE가 |
아마 개발용 Command Line Tool 을 먼저 설치한 후 Xcode를 설치하고 npm으로 관련 모듈을 설치하고자 할때 발생하는 문제 같습니다.
아래와 같이 해서 문제를 해결했습니다.
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
이 게시물이 | |
AiRPAGE가 |