pull/1/head
yutent 2023-02-25 22:22:34 +08:00
parent a2a13e0ddb
commit 492bf42a19
1 changed files with 1 additions and 1 deletions

View File

@ -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'