yarn常用命令

修改镜像源

看当前使用的镜像源

yarn config get registry

临时修改

yarn save 软件名 --registry https://registry.npm.taobao.org/

全局修改

yarn config set registry https://registry.npm.taobao.org/

yarn cache

https://classic.yarnpkg.com/lang/en/docs/cli/cache/

# 查看缓存目录
yarn cache dir
# 清除缓存
yarn cache clean
# 设置缓存目录
yarn config set cache-folder "D:\yarn\cache"

deep

  • 并行下载
  • 缓存机制