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 b1e47db commit e803877Copy full SHA for e803877
.github/workflows/package-lock.yml
@@ -20,7 +20,7 @@ jobs:
20
run: rm package-lock.json
21
22
- name: build new one
23
- run: npm install
+ run: npm install --legacy-peer-deps
24
env:
25
CI: false
26
0 commit comments