This commit is contained in:
Ben Brostoff
2017-06-29 13:06:40 -04:00
committed by William Monk
parent ed23d6229a
commit 7db4e87cee

View File

@@ -169,7 +169,7 @@ function createApp(name, verbose, version, template) {
if (!semver.satisfies(process.version, '>=6.0.0')) {
console.log(
chalk.yellow(
`You are using Node ${process.version} so the project will be boostrapped with an old unsupported version of tools.\n\n` +
`You are using Node ${process.version} so the project will be bootstrapped with an old unsupported version of tools.\n\n` +
`Please update to Node 6 or higher for a better, fully supported experience.\n`
)
);