Improve wording of yarn version error in setup script
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
ca0f1f9a4e
commit
64d6073aa1
@ -26,7 +26,7 @@ if version_lt "$(yarn --version)" '1.22.0'; then
|
||||
cat <<EOF
|
||||
FATAL: Your Yarn version is outdated.
|
||||
|
||||
Please upgrade to a version newer than 1.22.0 and try again.
|
||||
Please upgrade to version 1.22.0 or higher and try again.
|
||||
See https://classic.yarnpkg.com/en/docs/install for instructions.
|
||||
EOF
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user