Yarn berry + PnP vs pnpm

Yarn 대신 pnpm으로 넘어간 3가지 이유

Yarn Classic에서 Pnpm으로 전환하기 with TurboRepo

Comparing NPM, YARN, and PNPM Package Managers: Which One is Right for Your Distributed Project to…

npm install -g pnpm
pnpm install # 의존성 패키지 인스톨
pnpm add # 패키지 추가
pnpm # 명령어 실행
pnpm dlx # like npx

보안