I have a pretty complicated project that has dependencies and sub dependencies. I have git
submodules within my project that have npm
dependencies within them.
Is there a quick and effective way to clean all of the node_modules
folders in my project recursively?