Skip to content

Commit cf167b7

Browse files
committed
Simplify, as the system Yarn version is misleading. Why? Only seasoned JavaScript developers know, lol, I'm a n00b!
1 parent 3ec92be commit cf167b7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/install/create-project.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,20 +156,16 @@ Use {term}`Corepack` to enable Yarn, which was already installed with the {ref}`
156156
corepack enable
157157
```
158158

159-
In your generated Volto project from the previous step, you can find the pinned version of Yarn in its {file}`.yarnrc.yml`.
160-
161159
````{important}
162160
The preceding instructions will not work if you have used another package manager, such as Homebrew on macOS, to install Yarn.
163-
You can verify where you installed Yarn and its version, and compare that to the pinned value of Yarn in your generated Volto project's {file}`.yarnrc.yml`.
161+
You can verify where you installed Yarn.
164162

165163
```shell
166164
which yarn
167165
# /opt/homebrew/bin/yarn
168-
yarn -v
169-
# 3.2.3
170166
```
171167

172-
If the console includes `homebrew` in the path, and the version of Yarn is not supported, then you must uninstall it.
168+
If the console includes `homebrew` in the path, then you must uninstall it.
173169

174170
```shell
175171
brew uninstall yarn
@@ -178,6 +174,7 @@ brew uninstall yarn
178174
Now the instructions to install Yarn should work.
179175
````
180176

177+
181178
(install-prerequisites-make-label)=
182179

183180
#### Make

0 commit comments

Comments
 (0)