在 Windows 上,若是使用帶的文件資源管理器來刪除 node_modules,簡直就是個噩夢,要等很長時間,咱們可使用工具 rimraf 來進行刪除,實測耗時根本不是一個量級的。node
安裝:shell
npm install rimraf -g
執行刪除:npm
rimraf node_modules