Mac에서 node-gyp 오류가 갑자기 발생했을 때의 처리 방법
TL;DR
pkgutil --packages | grep CL
출력 확인 yarn cache clean
sudo rm -rf $(xcode-select -print-path)
xcode-select --install
pkgutil --packages | grep CL
출력 확인 갑자기 node-gyp 오류가 생겼어요.
.NET Core의 자습서Authentication and authorization for SPAs
실시
dotnet run
yarn 실행 중 다음과 같은 오류가 발생했습니다.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
고장나서 다른 방법이 필요해요참고 자료
Reference
이 문제에 관하여(Mac에서 node-gyp 오류가 갑자기 발생했을 때의 처리 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/junki555/articles/c09766e1365b91b102ef텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)