Skip to content

Commit a773126

Browse files
committed
Volto requires Yarn 3 now. Update make start-frontend output
1 parent a0cb2d7 commit a773126

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/install/install-from-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,21 @@ npm install -g yo
145145

146146
(install-prerequisites-yarn-label)=
147147

148-
#### Yarn
148+
#### Yarn 3
149149

150-
Install the Yarn Classic version (not the latest 2.x one) using `npm`.
150+
Install the latest Yarn 3 version (not the Classic 1.x one) using `npm`.
151151

152152
1. Open a terminal and type:
153153

154154
```shell
155-
npm install yarn@1
155+
npm install yarn@3
156156
```
157157

158-
2. Verify that Yarn v1.x.x is installed and activated.
158+
2. Verify that Yarn v3.x.x is installed and activated.
159159

160160
```shell
161161
yarn -v
162+
3.2.3
162163
```
163164

164165

@@ -344,8 +345,6 @@ make start-frontend
344345
The Plone frontend server starts up and emits messages to the console.
345346

346347
```console
347-
yarn run v1.22.19
348-
$ razzle start
349348
WAIT Compiling...
350349

351350

@@ -356,6 +355,7 @@ $ razzle start
356355
Compiled successfully in 9.62s
357356

358357
✅ Server-side HMR Enabled!
358+
sswp> Handling Hot Module Reloading
359359
Volto is running in SEAMLESS mode
360360
Using internal proxy: http://localhost:3000 -> http://localhost:8080/Plone
361361
🎭 Volto started at 0.0.0.0:3000 🚀

0 commit comments

Comments
 (0)