Skip to content

Commit 96a0076

Browse files
committed
Fix build react
1 parent 51f0a20 commit 96a0076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fj-doc-playground-quarkus/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
<executable>npm</executable>
203203
<arguments>
204204
<argument>install</argument>
205+
<argument>--legacy-peer-deps</argument>
205206
</arguments>
206207
<workingDirectory>${src.react}</workingDirectory>
207208
</configuration>
@@ -218,6 +219,7 @@
218219
<executable>npm</executable>
219220
<arguments>
220221
<argument>install</argument>
222+
<argument>--legacy-peer-deps</argument>
221223
</arguments>
222224
<workingDirectory>${src.react}</workingDirectory>
223225
</configuration>

0 commit comments

Comments
 (0)