Mac에서 node-gyp 오류가 갑자기 발생했을 때의 처리 방법

4004 단어 yarnmacOSgyptech

TL;DR

  • pkgutil --packages | grep CL 출력 확인
  • yarn cache clean
  • sudo rm -rf $(xcode-select -print-path)
  • xcode-select --install
  • 4는 "xcode라는 소프트웨어는 현재 소프트웨어 서버에서 가져올 수 없어 설치할 수 없다"고 밝혔다.등이 실패할 경우 Apple 공식 웹사이트에서 Xcode Command Line Tools 다운로드 및 설치
  • https://developer.apple.com/download/more/
  • pkgutil --packages | grep CL 출력 확인
  • 갑자기 node-gyp 오류가 생겼어요.


    .NET Core의 자습서Authentication and authorization for SPAs
    실시dotnet runyarn 실행 중 다음과 같은 오류가 발생했습니다.
    EXEC : gyp ERR! stack error : `gyp` failed with exit code: 1 [angularIndividualTest.csproj]
    EXEC : gyp ERR! stack error : `gyp` failed with exit code: 1 [angularIndividualTest.csproj]
    EXEC : gyp ERR! stack error : `gyp` failed with exit code: 1 [angularIndividualTest.csproj]
    EXEC : gyp ERR! stack error : `gyp` failed with exit code: 1 [angularIndividualTest.csproj]
    EXEC : Build failed with error code: 1 [angularIndividualTest.csproj]
    angularIndividualTest.csproj(43,5): error MSB3073: コマンド "npm install" はコード -1 で終了しました。
    
    ビルドに失敗しました。ビルド エラーを修正して、もう一度実行してください。
    
    찾아보니 node-gyp가 잘못된 것 같아요.
    Xcode Command Line Tools를 다시 설치할 수 있을 것 같습니다.xcode-select --install 고장나서 다른 방법이 필요해요

    참고 자료

  • Mac에서 yarn install 이후 node-gyp 오류 - Qiita
  • https://qiita.com/hppRC/items/a01e33a5c890f7b2c125
  • xcode-select--install 실패-yn 2011's blogg
  • http://pokuwagata.hatenablog.com/entry/2018/11/04/210256
  • 좋은 웹페이지 즐겨찾기