Skip to content

Commit 08b592d

Browse files
authored
fix(cli): document Yarn Classic upgrades (#7448)
1 parent fdbc7a7 commit 08b592d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/docs/content/docs/cli/troubleshooting.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sim --version
100100
Then upgrade with the package manager you installed it with — using a different
101101
one installs a second copy instead of replacing the executable on your `PATH`:
102102

103-
<Tabs items={['npm', 'pnpm', 'bun']}>
103+
<Tabs items={['npm', 'pnpm', 'bun', 'Yarn Classic']}>
104104
<Tab value="npm">
105105
```bash
106106
npm install -g sim@latest
@@ -116,6 +116,11 @@ one installs a second copy instead of replacing the executable on your `PATH`:
116116
bun add -g sim@latest
117117
```
118118
</Tab>
119+
<Tab value="Yarn Classic">
120+
```bash
121+
yarn global add sim@latest
122+
```
123+
</Tab>
119124
</Tabs>
120125

121126
The CLI can also tell you this through a cached daily check on eligible

0 commit comments

Comments
 (0)