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
Sanjay Kumar Sah -
Kudzai Murimi -
Gabriella Browne -
Anil @ C Simplify IT -
Top comments (0)