We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4bdf1 commit e26129eCopy full SHA for e26129e
.github/workflows/Release.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 18
23
24
- name: Install Dependencies
25
- run: npm install
+ run: npm install --legacy-peer-deps
26
- name: Build
27
run: npm run build
28
0 commit comments