Joined August 2013
·

Max Claus Nunes

Florianopolis - SC - Brazil
·
·
·

Include the "prune" argument to not go over children nodemodules.
```
find . -name "node
modules" -type d -prune -exec rm -rf '{}' +
```

Thanks, really helpful.

Achievements
156 Karma
21,076 Total ProTip Views