-
-
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 init webpack hangs #484
Comments
Just wanted to write about this too. I have the same issue:
At this step it hangs and it doesn't even allows to exit with Ctrl+C/Ctrl+D I'm on MacOS |
Same issue with my custom template I made from scratch. Hangs every time on second question. Have to force close the terminal to exit. I bet it worked a few days ago as I remember. It may be related with recent |
I tried to downgrade it up to v2.0.0 and there is the same issue. Very strange. Maybe that is because I'm installing it with yarn... npm just throws an error when trying to install vue-cli, but it is probably has something to do with my setups |
Downgrading Node from 8.1.0 to 8.0.0 solves the issue |
Same issue with Win10 and Node 8.1.0 and NPM 5.0.3. |
Thanks ilearnio. Downgradinig node to 8.0 / 6 fixes the problem. |
downgrading to 8.0.0 works |
dup of #482 |
Tested with NodeJS 9.0 and 8.1.1 nightly. Yields "You must upgrade node to >=>=4.0.0.x to use vue-cli". |
same here |
I have this same problem but also with NPM init as referenced here: nodejs/node#13557 |
same problem here |
me too cant work in node 8.1.0 |
You only need to upgrade node |
When I execute command vue init webpack my-project it hangs on project name question. I cannot enter anything, ENTER does not work as well. I try to execute it on Win 10 in command line as well as in git bash, the same effect in both.
The text was updated successfully, but these errors were encountered: