DEV Community

Discussion on: When npm tells you you're hosed

Collapse
 
ericwilson profile image
Eric Wilson

+1 That's a good one to keep in the toolset!

On a slightly different use-case. One of my favorites is npm prune. Especially when working on large projects where you try a lot of different components.

Sure by the time it's in the CI/CD pipeline it won't matter but it helps on my local machine -> remove the code bloat.

Collapse
 
john_papa profile image
John Papa

npm prune is a great tool!

thanks for sharing