Improve error messaging in verifyPackageTree.js (#5974)

This commit is contained in:
Stephen Algeo
2018-12-06 11:39:01 +00:00
committed by Brody McKee
parent af0a854a6c
commit 433d0be3b1

View File

@@ -97,7 +97,7 @@ function verifyPackageTree() {
)}) \n\n` +
`Manually installing incompatible versions is known to cause hard-to-debug issues.\n\n` +
chalk.red(
`If prefer to ignore this check, add ${chalk.bold(
`If you would prefer to ignore this check, add ${chalk.bold(
'SKIP_PREFLIGHT_CHECK=true'
)} to an ${chalk.bold('.env')} file in your project.\n` +
`That will permanently disable this message but you might encounter other issues.\n\n`