uniapp用cli脚手架创建项目报错 ERROR command failed: yarn

根据Uniapp文档创建cli项目
vue create -p dcloudio/uni-preset-vue my-project
报错如下图:
在这里插入图片描述

yarn不能使用https://registry.npm.taobao.org源,所以报出了该错误,yarn在安装完毕后会修改默认包使用方式为yarn,而vue提供的源yarn又不支持使用,所以报错
解决方式:
修改yarn下载源
运行命令修改yarn源:yarn config set registry https://registry.npm.taobao.org
列出yarn配置yarn config list
在这里插入图片描述
yarn源已经设置成功,再次创建项目vue create -p dcloudio/uni-preset-vue my-project成功

Logo

前往低代码交流专区

更多推荐