You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section will help you learn how to use [Magic-cli](https://github.com/vbs-plus/magic-cli). If you already have an existing project and would like to keep project inside the project, start from Step 2.
`The latest version is released, please manually update the scaffolding version, the current version is: ${version}, the latest version is: ${latestVersion} []~( ̄▽ ̄)~*, to explore and learn more about Magic, please visit: https://magic-cli.netlify.app/\n`,
48
48
)
49
49
console.log()
50
50
}
@@ -53,14 +53,14 @@ export async function checkPackageUpdate() {
thrownewError(error(`The current Node version is too low, it is recommended to install v${LOWEST_NODE_VERSION}or above Node version`,{needConsole: false}))
57
57
}
58
58
59
59
exportasyncfunctionprepare(){
60
60
printMagicLogo(pkg.version)
61
61
62
62
constspinner=ora({
63
-
text: '👉 检查构建环境... \n',
63
+
text: '👉 Check the build environment... \n',
64
64
spinner: 'material',
65
65
})
66
66
@@ -71,9 +71,9 @@ export async function prepare() {
71
71
checkEnv()
72
72
awaitcheckPackageUpdate()
73
73
checkNodeVersion()
74
-
spinner.succeed('构建环境正常!\n')
74
+
spinner.succeed('The build environment is normal!\n')
75
75
}catch(error){
76
-
spinner.fail('检查构建环境异常! \n')
76
+
spinner.fail('Check for build environment exceptions! \n')
0 commit comments