What's the motivation for the depth of 'pnpm list' be 1 by default? #7432
SavioNicodemos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To simulate the behaviour of npm and also by the logic when I run the command
pnpm list
I believe that everyone wants to see the full list of the referenced packages that uses the specific package rather than see only the package itself.I this case change the default of phpm list for
--depth=Infinity
instead of--depth=1
For me as example, I was installing npm and running the list from npm until discover this and start using pnpm for this purpose
Beta Was this translation helpful? Give feedback.
All reactions