📌  相关文章
📜  删除 node_modules 文件夹 mac - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:07.684000             🧑  作者: Mango

代码示例1
Open your terminal.
Browse to your master project directory or the top level of where you have a bunch of projects stored.
Run the command: find . -name "node_modules" -type d -prune -exec rm -rf '{}' +