Upon trying to remove the node_modules directory created by npm install:
npm install
The source file name(s) are larger than is su
I'm on windows 10 and I could'nt delete folders with message "directory not emtpy". Neither rimraf nor rm -rf worked.
Copying an empty text file to every single folder did the trick - I was able to delete the complete node_modules folder.