File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
1521521. 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
344345The 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
359359Volto is running in SEAMLESS mode
360360Using internal proxy: http://localhost:3000 -> http://localhost:8080/Plone
361361🎭 Volto started at 0.0.0.0:3000 🚀
You can’t perform that action at this time.
0 commit comments