챱챱
2023. 11. 10.
🎈 [Ubuntu] Yarn 설치
🎈 [Ubuntu] Yarn 설치 curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update sudo apt install yarn yarn --version // 버전이 나오면 설치 완료