We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75d842 commit 584fd68Copy full SHA for 584fd68
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: '18'
18
19
- name: Install dependencies
20
- run: npm install
+ run: npm install --legacy-peer-deps # Added flag here
21
22
- name: Build
23
run: npm run build
0 commit comments