美文网首页
vue-cli · Failed to download rep

vue-cli · Failed to download rep

作者: 幸宇 | 来源:发表于2018-09-11 16:59 被阅读809次
image.png

由于windows系统的某方面问题,vue脚手架安装可能会出现第一证书丢失

报错:vue-cli · Failed to download repo vuejs-templates/webpack-simple: unable to verify the first certificate

直接去github下载对应的模板(template)

vue init webpack-simple project --offline

project是项目名称

https://github.com/vuejs-templates/下载

下载webpack-simple 或 webpack.这里建议webpack-simple。因为webpack有坑。解决方案后续再更吧= =。类似严格模式(类似!!!!),多一个空格都报错的那种恶心东西

把解压出的文件夹放在

C:\Users\Administrator.vue-templates

Administrator写你的用户名

到你的project的文件夹,执行

vue init webpack-simple project --offline

上不了github的装淘宝镜像cnpm

相关文章

网友评论

      本文标题:vue-cli · Failed to download rep

      本文链接:https://www.haomeiwen.com/subject/raiugftx.html