vue-cli failed to download repo vuejs-templates/webpack:unable to verify the first certificate

公司上不了外网,所以,

npm config set registry http://registry.npm.taobao.org

npm i cnpm -g

cnpm i vue-cli

vue init webpack 项目名

由于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-templates的文件夹,window+r cmd回车,找到C:\Users\Administrator,然后mkdir.vue-templates

你可能感兴趣的:(vue-cli failed to download repo vuejs-templates/webpack:unable to verify the first certificate)