Skip to content

Commit d670960

Browse files
committed
Use [email protected] instead of latest for React 18
1 parent bb26acf commit d670960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/content/introduction/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

yfiles-layout-reactflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)