File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
3535
3636 Add the yFiles dependency:
3737 ```
38- npm install <yFiles package path>/lib-dev /yfiles-30.0.0+dev.tgz
38+ npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
3939 ```
4040
4141 <details >
@@ -47,7 +47,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4747 "dependencies" : {
4848 "react" : " ^18.2.0" ,
4949 "react-dom" : " ^18.2.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 @@ -31,7 +31,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
3131
3232 Add the yFiles dependency:
3333 ```
34- npm install <yFiles package path>/lib-dev /yfiles-30.0.0+dev.tgz
34+ npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
3535 ```
3636
3737 <details >
@@ -43,7 +43,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4343 "dependencies" : {
4444 "react" : " ^18.2.0" ,
4545 "react-dom" : " ^18.2.0" ,
46- "@yfiles/yfiles" : " ./lib-dev /yfiles-30.0.0.tgz"
46+ "@yfiles/yfiles" : " ./lib/yfiles-30.0.0.tgz"
4747 }
4848 ```
4949 </details >
You can’t perform that action at this time.
0 commit comments