diff --git a/README-EN.md b/README-EN.md index 54523fdd2..6960e02e8 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 1fcd05c99..f211a0e9b 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+ )` #### 支持库