Practice this fail.
Less dependency tree, please.
npm · Restart as often as you like
Read the error, choose a command, and learn
why it works. Nothing runs on your machine.
Inspect only the installed top-level dependency overview for the current npm project. Do not change packages.
Less dependency tree, please.
$ npm ls
The nested tree is very long.
How do you limit the dependency listing to depth zero?
Fixed. By hand.
npm ls --depth=0npm ls reports installed dependencies. --depth=0 limits the tree to the top-level overview. Unmet or invalid dependencies may still make the command exit nonzero.
Practice does not affect your daily score or streak.