-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
vue init stuck at project description when running vue init webpack <name> #4177
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
SBoudrias/Inquirer.js#811 |
I'd like to add that I discovered that the webpack is deprecated introducing vue cli-3, not sure if this causes the problem though. |
Same issue here.
Proposed a PR to fix it (hopefully, cannot test). |
Same issue. I'm working in Mac OSX. 🤷🏻♂️ |
Same issue. |
Please don't post "same issue" comments, as the actual upstream issue has been identified already. Just click the +1 button if you want to express support. |
This should revert the upstream bug identified here: SBoudrias/Inquirer.js#811
the same question! |
For those, who is looking for temporary fix of cd "$(Split-Path $(whereis vue)[0] -Parent)\node_modules\@vue\cli-init"
npm i inquirer@~6.3.1 bash: cd "$(dirname $(which vue))/node_modules/@vue/cli-init"
npm i inquirer@~6.3.1 |
LInux user :Ubuntu 18.04LTS
vuestest is the name of my directory and vue version is 2.9.6 ,node version 8.0.0. Output is:
Even if i just ran:
Output is:
Before this I have ran
Link to my package.json Please help. |
Fixed in [email protected] |
@AdenSTL, sorry, didn't saw your question earlier. But problem already fixed, so just do
because you're using yarn and it has different path for global node_modules. |
Hi @xlivan I put in PowerShell this command Short text about error:
Also when I replace whereis to which error appear too Can you provide more informative instruction to resolve this issue? |
@xlivan I resolve it by making update npm(to 6.9.0) and node (10.16.0). |
Im still stuck at project description |
What I did:
it works for me |
Does this also work with nativescript-vue? BTW thank you for your reply |
I don't know about |
Update vue Run with npm install npm@latest -g |
Version
3.8.4
Environment info
Steps to reproduce
run vue init webpack
What is expected?
Vue scaffold is created
What is actually happening?
Vue hangs on project description
I am aware that this was an issue with node v8, but I am getting this issue with the latest node version
Stuck here:
? Project name
? Project description (A Vue.js project)
The text was updated successfully, but these errors were encountered: