下载 TreeSize
软件,文件夹大小一目了然
清理yarn 缓存 清理npm 缓存
代码语言:javascript复制yarn cache clean
设置缓存目录
代码语言:javascript复制yarn config set cache-folder G:YarnCache
npm 清理缓存
代码语言:javascript复制npm config get cache
npm cache clean --force
npm config set cache "D:ProgramFilenodejsnode_modulesnode_cache"
npm cache verify:验证清理的有效性
原文地址 https://xiaofeihe1993.github.io/2019/05/11/yarn-cache/ https://segmentfault.com/a/1190000019558630