使用yarn安装wepy-cli错误,提示从淘宝镜像下载smartwrap失败,后面还有一段提示什么文件没找到什么的(截图没截到)。
大概意思就是安装wepy-cli时,smartwrap这个依赖下载失败了。
于是解决方案就是从github上直接安装这个smartwrap
yarn global add https://github.com/tecfu/smartwrap.git
手动先装完这个依赖,然后再安装wepy-cli
yarn global add wepy-cli
完美的安装完了。因为依赖已经有了,yarn不会再去从淘宝镜像安装smartwrap
原文地址:https://www.cnblogs.com/saving/p/10245146.html
时间: 2024-10-12 23:23:50