快速删除node_modules

package.json

"scripts": {
    "clean:cache": "rimraf node_modules"
},
"devDependencies": {
    "rimraf": "^3.0.2"
 }

 运行 npm run clean:cache

  

posted @ 2023-02-09 15:17  前方远在端点  阅读(63)  评论(0编辑  收藏  举报