Tip to free up gigabytes of space if you are a Node.js developer
Crawl (cd) to the folder where you have you node projects (eg. /dev) and then just run the following command:
find . -type d -name node_modules -exec rm -rf {} +
Works great before backing up or moving files.
2 comments
[ 1.9 ms ] story [ 14.2 ms ] thread