[Solution found!] 打印出要删除的目录列表: find . -name 'node_modules' -type d -prune 从当前工作目录中删除目录: find . -name 'node_modules' -type d -prune…
確定! 回上一頁