From 90b3e12b7f54c842705779a98ae72456fdfed556 Mon Sep 17 00:00:00 2001 From: GEIKIY Date: Fri, 9 Jul 2021 11:48:14 +0800 Subject: [PATCH] solve error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". Got "16.2.0" --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: