From 129ee6bfc669c929b1c17dc36a56d0e2e46b4617 Mon Sep 17 00:00:00 2001 From: lyzno1 <92089059+lyzno1@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:09:44 +0800 Subject: [PATCH] docs: update Node.js and package manager requirements in contribution guides (#436) --- en/community/contribution.mdx | 4 ++-- ja-jp/community/contribution.mdx | 6 +++--- zh-hans/community/contribution.mdx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/en/community/contribution.mdx b/en/community/contribution.mdx index b781a5e1..fc06f2cd 100644 --- a/en/community/contribution.mdx +++ b/en/community/contribution.mdx @@ -73,8 +73,8 @@ Dify requires the following dependencies to build, make sure they're installed o - [Docker](https://www.docker.com/) - [Docker Compose](https://docs.docker.com/compose/install/) -- [Node.js v18.x (LTS)](http://nodejs.org) -- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/) +- [Node.js v22.x or higher](http://nodejs.org) +- [pnpm](https://pnpm.io/) version 10.x - [Python](https://www.python.org/) version 3.11.x #### 4. Installations diff --git a/ja-jp/community/contribution.mdx b/ja-jp/community/contribution.mdx index f3d21921..207f7117 100644 --- a/ja-jp/community/contribution.mdx +++ b/ja-jp/community/contribution.mdx @@ -94,9 +94,9 @@ Difyは以下のツールとライブラリに依存しています: - [Docker](https://www.docker.com/) - [Docker Compose](https://docs.docker.com/compose/install/) -- [Node.js v18.x (LTS)](http://nodejs.org) -- [npm](https://www.npmjs.com/) バージョン 8.x.x もしくは [Yarn](https://yarnpkg.com/) -- [Python](https://www.python.org/) バージョン 3.10.x +- [Node.js v22.x or higher](http://nodejs.org) +- [pnpm](https://pnpm.io/) バージョン 10.x +- [Python](https://www.python.org/) バージョン 3.11.x ### 4. インストール diff --git a/zh-hans/community/contribution.mdx b/zh-hans/community/contribution.mdx index eba3b4df..3efabe4f 100644 --- a/zh-hans/community/contribution.mdx +++ b/zh-hans/community/contribution.mdx @@ -95,8 +95,8 @@ Dify 依赖以下工具和库: - [Docker](https://www.docker.com/) - [Docker Compose](https://docs.docker.com/compose/install/) -- [Node.js v18.x (LTS)](http://nodejs.org) -- [npm](https://www.npmjs.com/) version 8.x.x or [Yarn](https://yarnpkg.com/) +- [Node.js v22.x or higher](http://nodejs.org) +- [pnpm](https://pnpm.io/) version 10.x - [Python](https://www.python.org/) version 3.11.x ### 4. 安装