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
SameX -
Md. Al-Amin -
SameX -
SameX -
Top comments (0)