File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
24
24
In addition to yFiles, the Organization Chart component requires React to be installed in your project.
25
25
If you want to start your project from scratch, we recommend using vite:
26
26
```
27
- npm create vite@latest my-orgchart-app -- --template react-ts
27
+ npm create vite@6.1.1 my-orgchart-app -- --template react-ts
28
28
```
29
29
30
30
Add the yFiles dependency:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
26
26
In addition to yFiles, the Organization Chart component requires React to be installed in your project.
27
27
If you want to start your project from scratch, we recommend using vite:
28
28
```
29
- npm create vite@latest my-orgchart-app -- --template react-ts
29
+ npm create vite@6.1.1 my-orgchart-app -- --template react-ts
30
30
```
31
31
32
32
Add the yFiles dependency:
You can’t perform that action at this time.
0 commit comments