๐ Reference
# node ์ค์น๊ฐ ๋์ด ์์ด์ผ ํจ.
# npm
npm install -g yarn
npm install yarn --global
# npx
npx yarn install
# ubnutu
sudo apt-get update
sudo apt-get install yarn
sudo yarn set version berry
sudo yarn
# MAC
brew update
brew install yarn