pnpm recursive why <Scripts...>

Shows all packages that depend on the specified package

Arguments

NameDescription
Scripts

Options

NameDescription
--recursive, -rShow the dependency tree for the specified package on every package in subdirectories or on every workspace package when executed inside a workspace
--jsonLog output in JSON format
--longShow verbose output
--parseableShow parseable output instead of tree view
--globalList packages in the global install directory instead of in the current project
--dev, -DOnly display the dependency tree for packages in devDependencies
--prod, -POnly display the dependency tree for packages in dependencies
--filter <Filepath / Package>Filtering allows you to restrict commands to specific subsets of packages. pnpm supports a rich selector syntax for picking packages by name or by relation. More details: https://pnpm.io/filtering