yarn config get registry
# -> https://registry.yarnpkg.com

# 改成 taobao 的源:
yarn config set registry https://registry.npm.taobao.org
# -> yarn config v0.15.0
# -> success Set "registry" to "https://registry.npm.taobao.org".

# 看到 succes 表示安装完毕

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-12-03
  • 2021-11-06
  • 2021-12-02
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案