pnpm: `pnpm update --interactive` cannot get new packages
pnpm version:
5.16.0
Code to reproduce the issue:
$ pnpm update --interactive
All of your dependencies are already up-to-date inside the specified ranges. Use the --latest option to update the ranges in package.json
$ pnpm update
# updated a bunch of packages
Expected behavior:
pnpm update --interactive
should get the same packages as pnpm update
.
Actual behavior:
pnpm update --interactive
says there are no packages to update, then I have to run pnpm update
.
The same happens with --latest
.
Additional information:
node -v
prints: v14.15.4- Windows, macOS, or Linux?: Ubuntu 20.04.1 LTS
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (6 by maintainers)
Even
pnpm
is not a good name, the first letters ofyarn
andnpm
can be typed with the index finger,pnpm
starts with the pinky finger.