1. 程式人生 > >windows資料夾過長無法刪除的解決辦法 node_modules

windows資料夾過長無法刪除的解決辦法 node_modules

遇到的問題:由於node_modules資料夾巢狀層數太多windows下檔案無法刪除.

解決辦法:

1.要刪除D:\download\About-React-master\react-todo-demo\node_modules\...檔案

2.在About-React-master資料夾新建temp資料夾
3.在About-React-master按shift鍵點選滑鼠右鍵開啟CMD,執行下面的程式碼
robocopy D:\download\About-React-master\temp D:\download\About-React-master\react-todo-demo /purge