From 6ea905b105cb25a7a2a44a81e661304e5e204399 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 3 Sep 2026 13:55:01 -0700 Subject: [PATCH] fix(cli): document Yarn Classic upgrades --- apps/docs/content/docs/cli/troubleshooting.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/docs/content/docs/cli/troubleshooting.mdx b/apps/docs/content/docs/cli/troubleshooting.mdx index b429a455b4a..ae396ec325a 100644 --- a/apps/docs/content/docs/cli/troubleshooting.mdx +++ b/apps/docs/content/docs/cli/troubleshooting.mdx @@ -100,7 +100,7 @@ sim --version Then upgrade with the package manager you installed it with — using a different one installs a second copy instead of replacing the executable on your `PATH`: - + ```bash npm install -g sim@latest @@ -116,6 +116,11 @@ one installs a second copy instead of replacing the executable on your `PATH`: bun add -g sim@latest ``` + + ```bash + yarn global add sim@latest + ``` + The CLI can also tell you this through a cached daily check on eligible