清理 yarn 缓存清理 npm 缓存
Posted catoop
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清理 yarn 缓存清理 npm 缓存相关的知识,希望对你有一定的参考价值。
yarn 和 npm 操作 cache 的命令可以通过查看帮助获得:
yarn cache help
npm cahce help
通过命令窗口可以看到,查看缓存目录的方法为:
yarn cache dir
清理缓存的方法为:
yarn cache clean
npm cache clean
(END)
以上是关于清理 yarn 缓存清理 npm 缓存的主要内容,如果未能解决你的问题,请参考以下文章
`yo angular` 给出错误:npm ERR!代码 ENOENT npm 错误! errno 34(是的,我已经清理了缓存并设置了 .npmignore)