Etc
[Mac OS] brew unlink node 에러 (feat. node 다운그레이드 설치)
NaDuck
2023. 12. 10. 15:52
brew unlink node 에러 발생
iterm2를 이용해 node의 다운그레이드 설치를 하다가 다음의 에러를 만났다.
Error: No such keg: /opt/homebrew/Cellar/node
해결 방법
node 재설치 커맨드로 해결할 수 있었다.
brew reinstall node
그리고 다시 진행하면 잘 실행된다.
brew unlink node
참고 사이트
mac brew node 다운그레이드
https://bcp0109.tistory.com/347https://mesonia.tistory.com/151https://aerimforest.tistory.com/96
velog.io