从yarn1升级到yarn3+过程及问题解决

官方文档

Installation | Yarn - Package ManagerYarn's in-depth installation guide.https://yarnpkg.com/getting-started/install

Node.js >=16.10

Corepack 默认包含在所有 Node.js 安装中,但目前是可选的。要启用它,请运行以下命令:

corepack enable

Node.js <16.10

在 16.10 之前的版本中,Node.js 不包含 Corepack;为了解决这个问题,运行:

npm i -g corepack

初始化项目

yarn init -2

将 Yarn 更新到最新版本,运行:

yarn version stable

在实际过程中,我们常常会遇到下载失败的情况:

Resolving from to a url...
error An unexpected error occurred: "Release not found: from".
info If you think this is a bug, please open a bug report with the information provided in "E:\\seeker-app\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/policies for documentation about this command.

使用以下代码修改yarn的代理:

# 将 {porxy_host} 和 {proxy_port} 分别替换为网络代理的服务器和端口
yarn config set proxy http://{proxy_host}:{proxy_port}
yarn config set https-proxy http://{proxy_host}:{proxy_port}

从 master 分支安装最新版本

yarn set version from sources
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值