mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-15 18:08:15 +08:00
Fix typo (#2683)
This commit is contained in:
committed by
William Monk
parent
ed23d6229a
commit
7db4e87cee
@@ -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`
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user