mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 09:25:42 +08:00
Improve error messaging in verifyPackageTree.js (#5974)
This commit is contained in:
committed by
Brody McKee
parent
af0a854a6c
commit
433d0be3b1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user