-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue-cli · Failed to download repo vuejs-templates/webpack: read ECONNRESET #757
Comments
@yyx990803 @Jinjiang please help me for this issue,thanks |
same here. :/ |
Does this happen with old version of vue-cli 2.9.2? If that happens, it's likely a network problem. |
Fixed via 6ce8565 |
@yyx990803 it still doesn't work |
@mayefeng I was having the same issue but I updated my global NPM module;
and installed the global addon,
and all is working now. |
@auzystephens thanks for your help,but it still can not work. |
I have almost the same problem. @vue/[email protected] |
Same problem `$ vue init webpack-simple testwp vue-cli · Failed to download repo vuejs-templates/webpack-simple: self signed certificate in certificate chain Vue cli version: 3.0.0-beta.1 |
doesn't work for me bpappas-281:Code bpappas$ vue init webpack fire-app Unknown command init. vue-cli · Failed to download repo vuejs-templates/[object Object]: Response code 404 (Not Found) |
i updated npm, and still the same prob: $ vue init webpack-simple projsimple Work form me: |
Under Windows 10 and looking at ~\AppData\Roaming\npm folder there is a vue-cli.bat I executed "vue-cli init webpack my-project" and it worked. Notice the '-' for some reason official way "vue init webpack my-project" not working anymore although removed and install vue-cli again |
$ vue init webpack my-project Unknown command init. vue-cli · Failed to download repo vuejs-templates/[object Object]: Response code 404 (Not Found) |
I have this issue too! vue-cli · Failed to download repo vuejs-templates/[object Object]: Response code 404 (Not Found) |
vue-init vuetifyjs/webpack-ssr my-project |
That's right, vue-init works for me too! Ty |
Seem like this is a well reported issue but having the same issue here. Some system information, if it helps: EDIT |
its vue-init (with -) but not vue init |
i have the same issue! |
From the 'vue -h' of 3.0.0-beta15: you have to |
They have updated the cli . Now you need a hyphen between vue and init. So it's vue-init |
i have solved this problem. just use vue-init not vue init |
I don't know why, but I can do it as below.
|
it works!! vue-init instead of vue init |
@yyx990803 it still doesn't work |
edit vue-init webpack my-project worked for me,thanks |
Confirm that vue-init webpack my-project works. |
vue-init worked for me at win10 |
@Muzietto Please be respectful of the work of others, especially if you can use it for free. Thank you. |
vue-init not found - windows 10, other ways don't work too |
also having this problem |
i already update the npm and use "vue-init webpack my-project" and "vue-init webpack-simple my-project",and still don't work.my OS is win10 |
I have almost the same problem. This problem should be the installation of vue-cli, If you install global vue-cli, the problem is solved. |
npm install -g @vue/cli-init
then the problem is solved.😁 |
|
but other projects may need http-proxy, you can set it again: npm config set https-proxy http://server:port |
it's worked for me thank you.. |
This worked for me: It opens a browser window with a GUI. |
same here + 1 |
please try |
try this! |
Whats up with the advanced webpack?
If I type:
But I need the advanced package. Help please! |
Hi! Thanks all for your help. For me, vue-init didn't work, but i tried something and worked (surprisingly):
Maybe this can be followed by someone else and may work. I hope it does :) Best regards! |
I tried your advice, but it still didn't work. It's very metaphysical. |
Version
Reproduction link
https://jsfiddle.net/b5u87965/
Steps to reproduce
when create a new vue project:
vue init webpack my-project
vue-cli · Failed to download repo vuejs-templates/webpack: read ECONNRESET
What is expected?
init a new vue project
What is actually happening?
vue-cli · Failed to download repo vuejs-templates/webpack: read ECONNRESET
The text was updated successfully, but these errors were encountered: