yarn 安装与 npm,yarn 国内源设置

更新记录

  • 2023/02/02 淘宝镜像域名更新
  • 2024/01/22 yarn 有时候抽风导致命令执行失败,可以试试换成 npm 执行对应命令。
  • 2025/04/19 文章命令顺序调整

参考

  1. https://www.jianshu.com/p/eef54b38b2a7 npm 淘宝镜像安装
  2. https://zhuanlan.zhihu.com/p/166175735 npm 淘宝镜像的安装(最新版)
  3. https://zhuanlan.zhihu.com/p/440381085 yarn 和 npm 最新国内镜像(2021/12/2更新)

正文

npm 更换国内淘宝镜像

npm config set registry http://registry.npmmirror.com

yarn 安装

npm install -g yarn

yarn 更换国内淘宝镜像

yarn config set registry https://registry.npmmirror.com
posted @ 2021-01-17 00:24  夏秋初  阅读(2271)  评论(0)    收藏  举报