Skip to content

Commit 433d0be

Browse files
stephen-algeomrmckeb
authored andcommitted
Improve error messaging in verifyPackageTree.js (#5974)
1 parent af0a854 commit 433d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/utils/verifyPackageTree.js

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

0 commit comments

Comments
 (0)