How to Delete node_modules - Deep Nested Folder in Windows

前端 未结 30 1056
逝去的感伤
逝去的感伤 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 03:57

    Try Visual Studio Code

    After trying many solution i find this one is pretty simple. just open the project in Visual code and delete it. the UI may freeze for some seconds but it will definitely works.I test using many large size node_modules folder with it

    Thanks

提交回复
热议问题