Node清除项目缓存文件夹 0云卷花开0 2022-08-31 2,627 阅读1分钟 删除node_modules文件夹 rm -rf node_modules 清除缓存 npm cache clean --force