执行命令
yarn add [email protected]4.7.2 --dev --registry=https://registry.npm.taobao.org
:报错
出现这个问题的原因一般是网络问题,被墙了,这个时候我们不妨换个源试试
yarn config set registry https://registry.npm.taobao.org/ 通过该命令设置yarn的下载源
最后执行一下命令安装成功
pm i [email protected]4.7.2 -D --registry=https://registry.npm.taobao.org
原文地址:https://www.cnblogs.com/pongx/p/11824518.html
时间: 2024-10-14 02:14:15