2.9.5
https://gist.github.com/fprijate/e55f6ddedf3b149bd92094c387a30c6a.js
npm install -g [email protected]
vue init webpack-simple xx
to create xx dir containing expected files
program breaks after:
downloading ...
? Project name(xx)
? Project description
and no dir is created
OS: win10
node: v10.3.0
npm: 6.1.0
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
Most helpful comment
cd %USERPROFILE%AppDataRoamingnpmnode_modulesvue-cli
npm uninstall inquirer
npm install inquirer --save