rushstack
rushstack copied to clipboard
[rush] `rush-pnpm outdated` does not work
trafficstars
Summary
rush-pnpm outdated does 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/temp does work, but this requires us to have pnpm installed globally. Ideally, we should be using rush for 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:
| Question | Answer |
|---|---|
@microsoft/rush globally installed version? |
5.131.5 |
rushVersion from rush.json? |
5.131.5 |
useWorkspaces from rush.json? |
N/A |
| Operating system? | Any |
| Would you consider contributing a PR? | No |
Node.js version (node -v)? |
20.11.1 |