File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/src/content/introduction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
2424 from scratch, we recommend using vite:
2525
2626 ``` bash
27- npm create vite@latest my-yfiles-layout-app -- --template react-ts
27+ npm create vite@6.1.1 my-yfiles-layout-app -- --template react-ts
2828 ```
2929
3030 Install the ReactFlow:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
3232 from scratch, we recommend using vite:
3333
3434 ``` bash
35- npm create vite@latest my-yfiles-layout-app -- --template react-ts
35+ npm create vite@6.1.1 my-yfiles-layout-app -- --template react-ts
3636 ```
3737
3838 Install the ReactFlow:
You can’t perform that action at this time.
0 commit comments