We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb6714 commit 7e259d4Copy full SHA for 7e259d4
docs/install/install-from-packages.md
@@ -179,6 +179,12 @@ Install the latest Yarn 3 version (not the Classic 1.x one) using `npm`.
179
```console
180
3.2.3
181
```
182
+
183
+ If you do not see a version of Yarn 3, then try the following to set the active version.
184
185
+ ```shell
186
+ yarn set version 3.x
187
+ ```
188
189
190
(install-prerequisites-make-label)=
0 commit comments