how to list indirect packages? #3809
Unanswered
rainmanhhh
asked this question in
Q&A
Replies: 1 comment
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pnpm list
only show packages directly defined in package.jsonfor example, my project depends on
ant-design-vue
npm list moment
will show dependency chain: ant-design-vue => momentbut
pnpm list moment
show nothingBeta Was this translation helpful? Give feedback.
All reactions