본문으로 건너뛰기
버전: 9.x

pnpm prune

불필요한 패키지를 제거합니다.

옵션

--prod

Remove the packages specified in devDependencies.

--no-optional

Remove the packages specified in optionalDependencies.

warning

prune 명령은 현재 monorepo에서 재귀 실행을 지원하지 않습니다. To only install production-dependencies in a monorepo node_modules folders can be deleted and then re-installed with pnpm install --prod.