I'm doing a HDD upgrade, and while trying to backup my NodeJS projects i realize that all node_modules subfolders have over 1 milion files.
So i'm looking for a way to remove all the node_modules subfolders and all their contents.
The projects are located in :
C:/Node/App1/node_modules/.. C:/Node/App2/node_modules/.. C:/Node/App3/node_modules/.. etc.. My OS is Windows 10, but i can try either Windows or Linux commands because i'm using cmder, and it accepts both types of commands.
node_modulesfolders first and wipe out everything inside them.