-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
使用vue-cli脚手架工具构建时,一直卡在download template问题 #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
同遇到这个问题: $ vue init webpack project_name
This will install Vue 2.x version of the template.
For Vue 1.x use: vue init webpack#1.0 project_name
vue-cli · Failed to download repo vuejs-templates/webpack: connect ETIMEDOUT 192.30.253.112:443
|
我也遇到了,为什么要做成即时下载的呢,可以将模板集成在vue-cli里面吗? |
Duplicate of #371 |
解决了,我好像以前改过hosts,把改过的hosts删除了,即好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我用npm install vue-cli -g p 安装完,但用vue init webpack pro_name时,一直卡在了那个download template那里,最终报了一个vue-cli · Failed to download repo vuejs-templates/webpack: connect ETIMEDOUT 192.30.252.122:443这个错误
我的系统环境:mac,node:6.9.1,npm使用的是淘宝镜像,希望大神们能指点一二,不知道尤大有人给您反馈过这个问题没有,刚才看了issues,好像没有这个问题
The text was updated successfully, but these errors were encountered: