-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
9.1.1
Which area(s) of pnpm are affected? (leave empty if unsure)
Dependencies resolver, CLI
Link to the code that reproduces this issue or a replay of the bug
https://github.com/muratgozel/pnpm-test
Reproduction steps
pnpm i
pnpm why -r --parseable @org/standard-coreDescribe the Bug
It doesn't output all the dependants. Apparently, it's missing one under frontend. It outputs:
.../pnpm-test/frontend/demirel-link-in-bio
.../pnpm-test/standard/coreOn the other hand if i remove the parseable flag, all came fine:
pnpm why -r @org/standard-coreLegend: production dependency, optional only, dev only
@org/frontend-demirel-link-in-bio@0.1.0 .../pnpm-test/frontend/demirel-link-in-bio
dependencies:
@org/standard-core link:../../standard/core
@org/frontend-monomex-website@0.1.0 .../pnpm-test/frontend/monomex-website
dependencies:
@org/standard-core link:../../standard/coreExpected Behavior
.../pnpm-test/frontend/demirel-link-in-bio
.../pnpm-test/frontend/monomex-website
.../pnpm-test/standard/core
Which Node.js version are you using?
20.9
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response
Reactions are currently unavailable