diff options
author | David Mehren | 2020-11-17 20:53:58 +0100 |
---|---|---|
committer | David Mehren | 2020-11-17 20:53:58 +0100 |
commit | 64d6073aa16855bdecacea8983ee9244a6889ed8 (patch) | |
tree | 0e2023f61f46b23629568e46f32154aa9f4394de /bin/setup | |
parent | ca0f1f9a4e1351cc8ab55e3af746adbc6495b2d5 (diff) |
Improve wording of yarn version error in setup script
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |