跳至主要內容
版本:7.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

以 JSON 格式顯示資料。

--long

顯示詳盡輸出內容。

--parseable

輸出可被剖析的資料,而非以樹狀結構顯示。

--global, -g

列出位於全域安裝目錄中的套件,而非目前專案中的。

--prod, -P

僅顯示位於 dependencies 的套件之相依關係樹。

--dev, -D

僅顯示位於 devDependencies 的套件之相依關係樹。

--only-projects

新增於 v7.22.0

Display only dependencies that are also projects within the workspace.

--filter <package_selector>

Read more about filtering.