Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Improve error messaging in verifyPackageTree.js (facebook#5974)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-algeo authored and mrmckeb committed Dec 6, 2018
1 parent ec9d49f commit 73ec39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/verifyPackageTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 73ec39a

Please sign in to comment.