2021年5月28日

快速删除node_modules

摘要: 全局安装rimraf: npm install rimraf -g 到你的项目根目录下(即有node_modules的目录),执行命令: rimraf node_modules 阅读全文

posted @ 2021-05-28 17:20 幺蛾子多 阅读(60) 评论(0) 推荐(0)

导航