Others/ETC.

Mac npm install 오류 해결

아지송아지 2022. 1. 13. 23:31

 

mac에서 npm install시 오류가 날때가 있습니다.

 

아래 2개 커맨드를 차례로 실행시키시면 됩니다.

sudo rm -rf /Library/Developer/CommandLineTools 
xcode-select --install

 

설치가 잘 되었는지 확인해봅니다.

xcode-select --print-path

 

아래와 같이 Path가 나오면 다시 npm install 을 수행하면 됩니다.

/Library/Developer/CommandLineTools

 

* 참고

https://jojoldu.tistory.com/566

 

 

'Others > ETC.' 카테고리의 다른 글

Mac npm start ERR_SSL_PROTOCOL_ERROR 해결  (0) 2022.01.16
아이피, 포트번호 확인 및 제거  (0) 2021.12.02