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
T.H. Jacobs -
Brainvault Technologies -
Tim Nelles -
Ian Ndeda -
Top comments (0)