From c400ec84829b1e8498e2a2cbdc311065a32948e4 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 13 Sep 2024 09:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=8E=AF=E5=A2=83=EF=BC=8C?= =?UTF-8?q?=E8=A6=81=E6=B1=82`Node=2020+`=20=E7=89=88=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- jeecgboot-vue3/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67110915..afb9e660 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, #### 前端环境要求 * 本地环境安装 `Node.js 、npm 、pnpm` -* Node.js 版本建议`v20.15.0` +* Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上 ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )` diff --git a/jeecgboot-vue3/README.md b/jeecgboot-vue3/README.md index e5fe82cb..90222939 100644 --- a/jeecgboot-vue3/README.md +++ b/jeecgboot-vue3/README.md @@ -35,7 +35,7 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术 ## 安装与使用 * 本地环境安装 `Node.js 、npm 、pnpm` -* Node.js 版本建议`v20.15.0` +* Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上 ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )`