File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
doc/src/content/introduction Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
3434
3535 Add the yFiles dependency:
3636 ``` bash
37- npm install < yFiles package path> /lib-dev /yfiles-30.0.0+dev.tgz
37+ npm install < yFiles package path> /lib/yfiles-30.0.0+dev.tgz
3838 ```
3939
4040 <details >
@@ -47,7 +47,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
4747 "react" : " ^18.2.0" ,
4848 "react-dom" : " ^18.2.0" ,
4949 "reactflow" : " ^11.11.0" ,
50- "@yfiles/yfiles" : " ./lib-dev /yfiles-30.0.0.tgz"
50+ "@yfiles/yfiles" : " ./lib/yfiles-30.0.0.tgz"
5151 }
5252 ```
5353 </details >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
4242
4343 Add the yFiles dependency:
4444 ``` bash
45- npm install < yFiles package path> /lib-dev /yfiles-26.0.0+dev.tgz
45+ npm install < yFiles package path> /lib/yfiles-26.0.0+dev.tgz
4646 ```
4747
4848 <details >
@@ -55,7 +55,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
5555 "react" : " ^18.2.0" ,
5656 "react-dom" : " ^18.2.0" ,
5757 "reactflow" : " ^11.11.0" ,
58- "@yfiles/yfiles" : " ./lib-dev /yfiles-30.0.0.tgz"
58+ "@yfiles/yfiles" : " ./lib/yfiles-30.0.0.tgz"
5959 }
6060 ```
6161 </details >
You can’t perform that action at this time.
0 commit comments