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
'Etc' 카테고리의 다른 글
[zsh] zsh: command not found: nvm 에러 해결 (1) | 2024.01.23 |
---|---|
[Mac OS] yarn 설치하기 (0) | 2023.12.10 |
[Docker | wsl] wslregisterdistribution failed with error: 0x80004002 에러 해결하기 & wsl 설치 삽질기 (2) | 2023.10.23 |
[Ubuntu] "Unable to locate package ~" 해결 방법 (0) | 2023.03.28 |
[vscode] C++ exe 파일 cannot open output file: Permission denied 문제 해결 (0) | 2023.02.18 |