How to Delete node_modules - Deep Nested Folder in Windows

前端 未结 30 995
逝去的感伤
逝去的感伤 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:09

    Okay so my problem was that i had .bin folder inside node_modules and i wasn't able to delete that, I tried all the above solutions for the same but nothing worked.

    Error which was repeating was "u do not have permission to delete the folder or its been used by some other program".

    Solution that i found "I had Antivirus installed on my pc ,which was unknowingly using the files from node_modules folder".

    I uninstalled the antivirus or u can change permission setting from antivirus setting option (depends on which antivirus u have).Now i am able to delete node_modules folder.

提交回复
热议问题