Mac 에서 Homebrew 설치는 매우 간단하다 터미널을 실행한 후 아래의 명령어만 설치하면 끝 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 1. Homebrew로 설치 brew install node brew install watchman brew install yarn 2. 업데이트 brew update node 3. 삭제 brew remove node #brew 주요 명령 brew install formula // 패키지 설치 brew remove formula // 패키지 삭제 brew info formula // 패키지 정보 brew upgrade [formula..