Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 3d12ef7

Browse files
committed
chore!: update required node version
Signed-off-by: Innei <[email protected]>
1 parent 6746d41 commit 3d12ef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/development/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ import { Callout } from "nextra/components";
1919

2020
此系统采用了前后端分离的形式,因此需要分别启动前端和后端的开发环境。
2121

22-
但是由于不同的前端不同写法,我们认为作为一名开发者都应该知道如何 **`「举一反三」`** 并且不同的前端可能步骤会 **大相径庭** ,因此我们不会提供如何启动前端开发环境的指南。
22+
但是由于不同的前端不同写法,我们认为作为一名开发者都应该知道如何 **`「举一反三」`**,并且不同的前端可能步骤会 **大相径庭** ,因此我们不会提供如何启动前端开发环境的指南。
2323

2424
<Callout type="info">
2525
有关前端开发设计指南,你可以在侧边栏中找到。
2626
</Callout>
2727

2828
你需要确定好你的开发环境中已经安装了以下工具:
2929

30-
- [Node.js](https://nodejs.org/en/) (>= 16)
30+
- [Node.js](https://nodejs.org/en/) (>= 20)
3131
- [PNPM](https://pnpm.js.org/)
3232
- [MongoDB](https://www.mongodb.com/)
3333
- [Redis](https://redis.io/)

pages/docs/advanced.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
1111

1212
## 要求
1313

14-
- 已安装 [Node.js](https://nodejs.org/zh-cn/) 16.0.0 或以上版本
14+
- 已安装 [Node.js](https://nodejs.org/zh-cn/) 20.0.0 或以上版本
1515
- 已安装 [Git](https://git-scm.com/downloads), [PNPM](https://pnpm.io/installation), [PM2](https://pm2.keymetrics.io/docs/usage/quick-start/)
1616
- 已安装 [MongoDB](https://www.mongodb.com/try/download/community), [Redis](https://redis.io/download) 并正常运行
1717

0 commit comments

Comments
 (0)