前端环境要求Node.js 版本建议`v20.15.0`

pull/7256/head
JEECG 2024-09-13 09:29:01 +08:00
parent ffe806352e
commit 2068bdc112
2 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,8 @@ Jeecg-Boot低代码开发平台可以应用在任何J2EE项目的开发中
#### 前端环境要求 #### 前端环境要求
* 本地环境安装 `Node.js 、npm 、pnpm` * 本地环境安装 `Node.js 、npm 、pnpm`
* Node.js 版本建议`v20.15.0`,要求`Node 18+ / 16+` 版本以上 * Node.js 版本建议`v20.15.0`
` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19现在需要 Node.js 18 / 20+ )` ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19现在需要 Node.js 18 / 20+ )`

View File

@ -36,6 +36,7 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术
* 本地环境安装 `Node.js 、npm 、pnpm` * 本地环境安装 `Node.js 、npm 、pnpm`
* Node.js 版本建议`v20.15.0` * Node.js 版本建议`v20.15.0`
` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19现在需要 Node.js 18 / 20+ )` ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19现在需要 Node.js 18 / 20+ )`