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

pnpm why

지정된 패키지에 의존하는 모든 패키지를 표시합니다.

옵션

--recursive, -r

Show the dependency tree for the specified package on every package in subdirectories or on every workspace package when executed inside a workspace.

--json

Show information in JSON format.

--long

Show verbose output.

--parseable

Show parseable output instead of tree view.

--global, -g

현재 프로젝트 대신 글로벌 설치 디렉터리에 패키지를 나열합니다.

--prod, -P

Only display the dependency tree for packages in dependencies.

--dev, -D

Only display the dependency tree for packages in devDependencies.

--only-projects

Display only dependencies that are also projects within the workspace.

--filter <package_selector>

필터링에 대해 자세히 알아보세요.