diff --git a/makefile b/makefile index abe3ec1cb..f193c9f64 100644 --- a/makefile +++ b/makefile @@ -52,7 +52,7 @@ build-vue: .PHONY: install-vue install-vue: - cd web/vue && yarn install + cd web/vue && yarn config set ignore-engines && yarn install .PHONY: run-vue run-vue: