Skip to content

Commit fc5b2e0

Browse files
authored
Update install-from-packages.md
Include yarn build to recreate the lock file
1 parent 5754805 commit fc5b2e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install/install-from-packages.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,13 @@ Install the latest Yarn 3 version (not the Classic 1.x one) using `npm`.
184184
yarn set version 3.x
185185
```
186186

187-
If the version doesn't change try deleting the yarn.lock file and set the version again.
187+
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+
188194
189195
190196
(install-prerequisites-make-label)=

0 commit comments

Comments
 (0)