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 5754805 commit fc5b2e0Copy full SHA for fc5b2e0
docs/install/install-from-packages.md
@@ -184,7 +184,13 @@ Install the latest Yarn 3 version (not the Classic 1.x one) using `npm`.
184
yarn set version 3.x
185
```
186
187
- If the version doesn't change try deleting the yarn.lock file and set the version again.
+ If the version doesn't change you can try deleting the yarn.lock file, setting the version and installing again.
188
+ ```shell
189
+ rm yarn.lock
190
+ yarn set version 3.x
191
+ yarn install
192
+ ```
193
+
194
195
196
(install-prerequisites-make-label)=
0 commit comments