From ef04ff2dc94cc138757eadd3ed377a0ab18a4ea1 Mon Sep 17 00:00:00 2001 From: qianming Date: Wed, 13 Oct 2021 09:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/guide/question.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/docs/guide/question.md b/doc/docs/guide/question.md index 59a9718b..d55be121 100644 --- a/doc/docs/guide/question.md +++ b/doc/docs/guide/question.md @@ -32,6 +32,9 @@ https://my.oschina.net/u/4517014/blog/5270828
**注**:http数据源未来会挪到数据集那边
+- 执行编译脚本(build.sh)报错提示“*** No such file or directory”
+可能原因1:Node.js版本不是V14,导致前端编译失败
+可能原因2:Mvn版本过低,导致后端编译失败