mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 23:14:34 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if version_lt "$(yarn --version)" '1.22.0'; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
FATAL: Your Yarn version is outdated.
|
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.
|
See https://classic.yarnpkg.com/en/docs/install for instructions.
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue