vue.js unable to verify the first certificate

$ vue init webpack my-project

This will install Vue 2.x version of the template.

For Vue 1.x use: vue init webpack#1.0 my-project

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

阅读 11.8k
4 个回答

是不是要翻墙

网络问题,你需要科学上网。

谢邀~~~

推荐试一下yarn

yarn安装
yarn使用
替换yarn源为淘宝

yarn config set registry "https://registry.npm.taobao.org"
新手上路,请多包涵

win7下需要配置环境变量

NODE_TLS_REJECT_UNAUTHORIZED=0
图片描述

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题