![](https://img.haomeiwen.com/i523224/b6afd1108f11dc05.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
网友评论