santiagogo

↗ HN profile [ 285 ms ] full profile
Karma
144
Created
July 1, 2014 (12y ago)
Submissions
0
hnchat:t0TTg5zeRqAVCAYkcHaM
  1. 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.