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
Ayedoun Châ-Fine ADEBI -
Anil Rai -
Sharif -
Java para Iniciantes (Oracle) -
Top comments (0)