How to Quickly Delete node_modules

How to Quickly Delete node_modules

💡 原文中文,约300字,阅读约需1分钟。
📝

内容提要

介绍如何快速删除 node_modules 文件夹,需要全局安装 rimraf,切换到包含 node_modules 文件夹的根目录,运行 rimraf node_modules 命令即可。

➡️

继续阅读