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
Sorry, it's true.
Helen Griffin -
Anton Paliakou -
Phil Hawksworth -
kinaamnay -
Once suspended, ilumin will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, ilumin will be able to comment and publish posts again.
Once unpublished, all posts by ilumin will become hidden and only accessible to themselves.
If ilumin is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Teerasak Vichadee.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community ๐ฉโ๐ป๐จโ๐ป safe. Here is what you can do to flag ilumin:
Unflagging ilumin will restore default visibility to their posts.
Top comments (0)