vue-cli 2.9.5 not working on win10

Created on 1 Jun 2018  路  8Comments  路  Source: vuejs/vue-cli

Version

2.9.5

Reproduction link

https://gist.github.com/fprijate/e55f6ddedf3b149bd92094c387a30c6a.js

Steps to reproduce

npm install -g [email protected]

vue init webpack-simple xx

What is expected?

to create xx dir containing expected files

What is actually happening?

program breaks after:
downloading ...
? Project name(xx)
? Project description

and no dir is created

Platform

OS: win10
node: v10.3.0
npm: 6.1.0

2.x

Most helpful comment

cd %USERPROFILE%AppDataRoamingnpmnode_modulesvue-cli
npm uninstall inquirer
npm install inquirer --save

All 8 comments

same issue here for nuxt starter template!

Does this happen in 2.9.3? Trying to determine if this is a regression or a undiscovered bug.

The last working version is 2.8.2
By the way: 2.9.* versions doesn't work whichever template you select.

The problem is with "inquirer": "^3.3.0",
Upgrading inquirer to
"inquirer": "^5.2.0",
or
"inquirer": "^6.0.0",
solves the problem

same issue as you!
how to upgrading inquirer

cd %USERPROFILE%AppDataRoamingnpmnode_modulesvue-cli
npm uninstall inquirer
npm install inquirer --save

So it's been fixed in #1448

@sodatea same issue on 6.0.0
Update it to 6.2.2
@vue/cli 3.4.1

Was this page helpful?
0 / 5 - 0 ratings