How to Delete node_modules - Deep Nested Folder in Windows

前端 未结 30 1003
逝去的感伤
逝去的感伤 2020-12-02 03:25

Upon trying to remove the node_modules directory created by npm install:

The source file name(s) are larger than is su

30条回答
  •  眼角桃花
    2020-12-02 04:18

    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.

提交回复
热议问题