update
parent
a2a13e0ddb
commit
492bf42a19
2
index.js
2
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'
|
||||
|
|
Loading…
Reference in New Issue