0
点赞
收藏
分享

微信扫一扫

yarn设置缓存,清除缓存


查看yarn全局缓存目录

yarn cache dir

清除缓存

yarn

设置缓存目录

yarn config set cache-folder <path>

# example
yarn config set


举报

相关推荐

0 条评论