We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4264c19 commit 551aeb0Copy full SHA for 551aeb0
DemoServer/DemoServer.csproj
@@ -69,7 +69,7 @@
69
70
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
71
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
72
- <Exec Command="npm install" />
+ <Exec Command="npm install --legacy-peer-deps" />
73
<Exec Command="node node_modules/webpack/bin/webpack.js --mode production" />
74
<!-- Include the newly-built files in the publish output -->
75
<ItemGroup>
README.md
@@ -1,7 +1,7 @@
1
## Setup
2
In the `DemoServer` folder:
3
```
4
-npm install
+npm install --legacy-peer-deps
5
npm run webpack
6
7
0 commit comments