Skip to content

Commit bad3ddd

Browse files
authored
Merge pull request plone#1579 from plone/mikejmets-patch-1
Update install-from-packages.md
2 parents a509653 + 9862398 commit bad3ddd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/install/install-from-packages.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,14 @@ 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, you can try deleting the {file}`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+
187195
188196
(install-prerequisites-make-label)=
189197

0 commit comments

Comments
 (0)