yarn1 [Mac Os] homebrew, node, npm, yarn 설치 [요약] 더보기 1. Homebrew 설치 brew version /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew update brew doctor export PATH="/usr/local/bin:~/.zshrc" 2. node, npm 설치 node -v npm -v brew install node brew install npm 3.yarn 설치 npm install -g yarn npm, node가 설치되어있는지 확인 한다. npm -v node -v Mac에서는 Homebrew라는 유용한 패키지 매니저가 있다. https://brew.sh/ Homebrew The.. 2020. 7. 15. 이전 1 다음