pnpm why
Visualizza tutti i pacchetti che dipendono dal pacchetto specificato.
Opzioni
--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
Elenca i pacchetti nella cartella di installazione globale invece che nel progetto corrente.
--prod, -P
Only display the dependency tree for packages in dependencies
.
--dev, -D
Only display the dependency tree for packages in devDependencies
.
--only-projects
Added in: v7.22.0
Visualizza solo le dipendenze che sono anche progetti all'interno dell'area di lavoro.