just run
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}';
Note:
print all node_modules
folder with it's size
find . -name 'node_modules' -type d -prune -print | xargs du -chs
For further actions, you may consider blocking this person and/or reporting abuse
Alexander McMillan -
Abu Bakar Siddik -
Steve Sewell -
Ganapathy Subramanian Ramachandran -
Top comments (0)