delete all node_modules folders recursively
if you need remove all node_modules folders in a specific path run this command in your terminal.
find . -type d -name node_modules -exec rm -rf {} +
where dot ( . ) its your path to scan 😬
your welcome.
thanks @davidpelaez for the snippet
Written by Angel Botto
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Node
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#