-
Notifications
You must be signed in to change notification settings - Fork 708
[rush] rush-pnpm outdated does not work #5035
Copy link
Copy link
Closed
Labels
bugSomething isn't working as intendedSomething isn't working as intendedeffort: easyProbably a quick fix. Want to contribute? :-)Probably a quick fix. Want to contribute? :-)help wantedIf you're looking to contribute, this issue is a good place to start!If you're looking to contribute, this issue is a good place to start!
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intendedeffort: easyProbably a quick fix. Want to contribute? :-)Probably a quick fix. Want to contribute? :-)help wantedIf you're looking to contribute, this issue is a good place to start!If you're looking to contribute, this issue is a good place to start!
Type
Projects
- StatusShow more project fieldsClosed
Summary
rush-pnpm outdateddoes not work (prints nothing).Repro steps
Run
rush-pnpm outdated.Expected result: Outdated dependencies
Actual result: Crickets
Details
As noted elsewhere,
pnpm outdated -r -C common/tempdoes work, but this requires us to havepnpminstalled globally. Ideally, we should be usingrushfor everything, and Rush should be managing pnpm for us and shielding us from that.Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rushglobally installed version?rushVersionfrom rush.json?useWorkspacesfrom rush.json?node -v)?