치악산 복숭아

[error] ERR! stack Error: `gyp` failed with exit code: 1 본문

FE

[error] ERR! stack Error: `gyp` failed with exit code: 1

Juliie 2020. 10. 10. 00:10
gyp: No Xcode or CLT version detected!
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1

webpack 패키지를 설치하다가 에러가 떴다

no Xcode...~~ 라고 써있길래 구글링해보니 Xcode를 재설치하면 된다고 한다

 

 

1. Xcode 제거하기

sudo rm -r -f {Xcode 설치 경로}

 

설치 경로는 👇으로 알 수 있다

xcode-select --print-path

 

2. Xcode 재설치

xcode-select --install

command line tool이 설치가 안돼서 이것부터 깔아야했다

그런데 계속 현재 소프트웨어 업데이트 서버에서 사용할 수 없기 때문에 해당 소프트웨어를 설치할 수 없습니다 라고 뜨면서 설치 안 됨...

그래서 command line tool은 애플 공식 홈페이지에서 수동으로 다운받았다 (애플 계정 있어야됨!)

developer.apple.com/download/more/

 

로그인 - Apple

 

idmsa.apple.com

아무튼 Xcode 재설치하고 해결👍

'FE' 카테고리의 다른 글

[error] Cannot use JSX unless the '--jsx' flag is provided.  (0) 2022.04.04
[error] webpack: command not found  (0) 2020.10.09
Comments