You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if this behavior is intended or accidental. If it's intended, I guess this is a feature request to change it? Seems like default depth of 0 for this command is not very useful. Most developers know why their direct dependencies are installed (because they are listed in package.json). If a dev is running pnpm why it is almost certainly to discover why a transitive dependency is installed. IMO default depth should be Infinity for this command.
Thanks
The text was updated successfully, but these errors were encountered:
pnpm version: 9.14.3
with these declared dependencies:
I wanted to see what version of
pg
was pulled in transitively so I did:and got back nothing.
I had to google around a bit and finally do:
to get back results.
I do not know if this behavior is intended or accidental. If it's intended, I guess this is a feature request to change it? Seems like default depth of 0 for this command is not very useful. Most developers know why their direct dependencies are installed (because they are listed in package.json). If a dev is running
pnpm why
it is almost certainly to discover why a transitive dependency is installed. IMO default depth should be Infinity for this command.Thanks
The text was updated successfully, but these errors were encountered: