From 80a54746b1481a5ede6d8f624332aaf9980a8957 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 8 Jan 2025 11:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7vite6=E5=90=8E=E8=A6=81?= =?UTF-8?q?=E6=B1=82node20+,pnpm9+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-EN.md | 4 +++- README.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index 54523fdd..6960e02e 100644 --- a/README-EN.md +++ b/README-EN.md @@ -216,9 +216,11 @@ Technical Architecture: #### Front-end environment requirements * `Node.js 、npm 、pnpm` +* pnpm `v9+` is now required. * Node.js Version suggestion: `v20.15.0` - ` ( Since Vite5 no longer supports EOL Node.js 14/16/17/19, Node.js 18/20 + is now required )` + ` ( Since Vite6 Node.js 18/20 + is now required )` + #### Support library | database | support | diff --git a/README.md b/README.md index 1fcd05c9..f211a0e9 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,10 @@ JeecgBoot开源版本,底层完全开源可以自主开发,遵循Apache2.0 #### 前端环境要求 * 本地环境安装 `Node.js 、npm 、pnpm` +* pnpm 要求`9+` 版本以上 * Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上 - ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )` + ` ( 因为Vite6 需要 Node.js 18 / 20+ )` #### 支持库