-
useful commands See the size of all node_module folders find . -name "node_modules" -type d -prune | xargs du -chs Remove all node_module folders in a directory find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
-
Thanks to this feature, I had the time to learn about the future in order to feel I'm not losing my time