From 492bf42a1923a1860f62674a4ad4ea253eddadc5 Mon Sep 17 00:00:00 2001 From: yutent Date: Sat, 25 Feb 2023 22:22:34 +0800 Subject: [PATCH] update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 298c346..15e2798 100755 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ let args = process.argv.slice(2) if (NODE_VERSION < 16.6) { console.log(red('Error: 你当前的环境不满足 Vue-live 构建工具的要求')) console.log( - 'Vue-live 需要Node.js版本在 %s 以上, \n你当前的Node.js版本为: ', + 'Vue-live 需要Node.js版本在 %s 以上, \n你当前的Node.js版本为: %s', blue('v16.6.0'), red(process.version), '\n\n'