yarn은 NodeJS의 패키지 매니저로 많이 쓰이는 툴이다.
많이 사용하는 이유에는 대표적으로 여러 모듈을 한 번에 설치할 때 병렬로 실행해준다.
그리고 모듈을 캐싱해서 캐싱된 스토리지에서 설치하기 때문에 훨씬 속도가 빠르다.
npm으로 설치할 때 npm i -g yarn
npm i -g yarn
brew로 설치할 때 brew install yarn --without-node # node 미포함 brew install yarn # node 포함
brew install yarn --without-node # node 미포함 brew install yarn # node 포함