beechner78
12/10/2018 - 7:06 PM

npm useful commands

Same thing as git snippet, stuff I can never remember but is useful.

# grab a list of packages for a project
# --depth=0 important unless you need a huge tree view of your project
npm list --depth=0