Skip to content
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

Closed
Pasch1000 opened this issue Jun 9, 2017 · 14 comments
Closed

vue init webpack hangs #484

Pasch1000 opened this issue Jun 9, 2017 · 14 comments

Comments

@Pasch1000
Copy link

Pasch1000 commented Jun 9, 2017

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.

@ilearnio
Copy link

ilearnio commented Jun 9, 2017

Just wanted to write about this too. I have the same issue:

$ vue init webpack vue

? Project name vue
? Project description (A Vue.js project)

At this step it hangs and it doesn't even allows to exit with Ctrl+C/Ctrl+D

I'm on MacOS

@TimsManter
Copy link

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 npm update.

@ilearnio
Copy link

ilearnio commented Jun 9, 2017

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

@ilearnio
Copy link

ilearnio commented Jun 9, 2017

Downgrading Node from 8.1.0 to 8.0.0 solves the issue

@johnwebbcole
Copy link

Same issue with Win10 and Node 8.1.0 and NPM 5.0.3.

@Pasch1000
Copy link
Author

Pasch1000 commented Jun 9, 2017

Thanks ilearnio. Downgradinig node to 8.0 / 6 fixes the problem.

@prashant332
Copy link

downgrading to 8.0.0 works

@posva
Copy link
Member

posva commented Jun 11, 2017

dup of #482
It looks like a patch was released with node 8.1.1 but I'm haven't tried myself

@Coreusa
Copy link

Coreusa commented Jun 13, 2017

Tested with NodeJS 9.0 and 8.1.1 nightly. Yields "You must upgrade node to >=>=4.0.0.x to use vue-cli".
lol.

@peroperje
Copy link

peroperje commented Jun 15, 2017

same here
$ vue init webpack my-project
I can't enter anything as project description, I can't exit ....
Debian 8
Node v8.1.0
npm 5.0.3
vue 2.8.2

@dougajmcdonald
Copy link

I have this same problem but also with NPM init as referenced here: nodejs/node#13557

@AshrafBasry
Copy link

same problem here
? Project name (name)
? Project description (A Vue.js project) _
Ubuntu 17.04
Node v8.1.0
npm 5.0.3
vue 2.8.2

@learnmove
Copy link

me too cant work in node 8.1.0

@posva
Copy link
Member

posva commented Jul 11, 2017

You only need to upgrade node

@vuejs vuejs locked and limited conversation to collaborators Jul 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests