From 4187d563719eedc113e876800b1d2bba7d4d82bb Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 20 Nov 2024 21:21:57 +0100 Subject: [PATCH] docs(core): update installation.md instructions for yarn (#28596) `yarn global` was removed in modern versions of yarn, this adds a hint that it is only available in v1 of it. ## Current Behavior ## Expected Behavior ## Related Issue(s) --- docs/shared/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/getting-started/installation.md b/docs/shared/getting-started/installation.md index 20aec18262178..a3d84817d27e2 100644 --- a/docs/shared/getting-started/installation.md +++ b/docs/shared/getting-started/installation.md @@ -79,7 +79,7 @@ npm add --global nx@latest ``` {% /tab %} -{% tab label="yarn" %} +{% tab label="yarn (v1 only)" %} ```shell yarn global add nx@latest