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 0b9e7c6 commit 932cf81Copy full SHA for 932cf81
.github/workflows/actions/build-vue/action.yml
@@ -20,7 +20,7 @@ runs:
20
path: ./core
21
filename: CoreBuild.zip
22
- name: Install Vue Dependencies
23
- run: npm install
+ run: npm install --legacy-peer-deps
24
shell: bash
25
working-directory: ./packages/vue
26
- name: Sync
0 commit comments