반응형
맥에서 노드 업그레이드 홈브루 커멘드
node upgrade command in mac
brew uninstall node
brew update
brew upgrade
brew cleanup
brew install node
sudo chown -R $(whoami) /usr/local
brew link --overwrite node
brew postinstall node
반응형
'Tools > Homebrew' 카테고리의 다른 글
[Mac] Homebrew 설치 (0) | 2025.04.24 |
---|