DEV Community

Discussion on: Using npm's `ls` command for Fun and Insight

Collapse
 
justboris profile image
Boris Serdiuk

From running npm ls --production on the same project, we get a... much smaller result

The gist below that line shows the same long list of dependencies. I guess you wanted to show a different gist?

Collapse
 
bnb profile image
Tierney Cyren • Edited

I had to trim the first gist, since it was literally longer than the content of the post – added a link to the full gist at the bottom of the updated first gist. I'll update the post to include that in the content too!

Edit: Updated!