Skip to content

Commit

Permalink
chore!: update required node version
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 21, 2024
1 parent 6746d41 commit 3d12ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/development/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ import { Callout } from "nextra/components";

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

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

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

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

- [Node.js](https://nodejs.org/en/) (>= 16)
- [Node.js](https://nodejs.org/en/) (>= 20)
- [PNPM](https://pnpm.js.org/)
- [MongoDB](https://www.mongodb.com/)
- [Redis](https://redis.io/)
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/advanced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'

## 要求

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

Expand Down

0 comments on commit 3d12ef7

Please sign in to comment.