We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313533d commit 7871c5cCopy full SHA for 7871c5c
packages/@vue/cli/lib/create.js
@@ -13,7 +13,7 @@ async function create (projectName, options) {
13
if (options.force) {
14
rimraf.sync(targetDir)
15
} else {
16
- clearConsole()
+ await clearConsole()
17
const { action } = await inquirer.prompt([
18
{
19
name: 'action',
0 commit comments