Practice this fail.
Check before upgrading.
npm · Restart as often as you like
Read the error, choose a command, and learn
why it works. Nothing runs on your machine.
In a trusted project with network access, inspect outdated dependency versions without installing newer versions.
Check before upgrading.
$ npm ls --depth=0
Are newer versions available?
Which command reports outdated dependencies without updating them?
Fixed. By hand.
npm outdatednpm outdated compares current, wanted, and latest versions. It reports information; it is not the update command. The wanted version accounts for the package’s declared range.
Practice does not affect your daily score or streak.