diff --git a/docs/en-US/welcome/getting-started/installation/create-nocobase-app.md b/docs/en-US/welcome/getting-started/installation/create-nocobase-app.md index 27fd38d03..b16f628f1 100644 --- a/docs/en-US/welcome/getting-started/installation/create-nocobase-app.md +++ b/docs/en-US/welcome/getting-started/installation/create-nocobase-app.md @@ -4,10 +4,10 @@ Make sure you have: -- Installed Node.js 14+, Yarn 1.22.x +- Installed Node.js 16+, Yarn 1.22.x - Configured and started one of the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x -Please make sure you have Node.js 14.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time. +Please make sure you have Node.js 16.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time. ```bash $ node -v diff --git a/docs/en-US/welcome/getting-started/installation/git-clone.md b/docs/en-US/welcome/getting-started/installation/git-clone.md index 0fe1f7f9b..373b8cbfd 100644 --- a/docs/en-US/welcome/getting-started/installation/git-clone.md +++ b/docs/en-US/welcome/getting-started/installation/git-clone.md @@ -4,7 +4,7 @@ Make sure you have: -- Git, Node.js 14+, Yarn 1.22.x installed +- Git, Node.js 16+, Yarn 1.22.x installed - Configured and started the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x choose one ## 1. Download with Git diff --git a/docs/tr-TR/welcome/getting-started/installation/create-nocobase-app.md b/docs/tr-TR/welcome/getting-started/installation/create-nocobase-app.md index 0b7548362..e5b70bf81 100644 --- a/docs/tr-TR/welcome/getting-started/installation/create-nocobase-app.md +++ b/docs/tr-TR/welcome/getting-started/installation/create-nocobase-app.md @@ -4,10 +4,10 @@ Aşağıdaki gereksinimlere sahip olduğunuza emin olun: -- Node.js 14+, Yarn 1.22.x kurulu olmalı +- Node.js 16+, Yarn 1.22.x kurulu olmalı - SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun -Lütfen Node.js 14.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir. +Lütfen Node.js 16.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir. ```bash $ node -v diff --git a/docs/tr-TR/welcome/getting-started/installation/git-clone.md b/docs/tr-TR/welcome/getting-started/installation/git-clone.md index 93d1735b8..9fb887973 100644 --- a/docs/tr-TR/welcome/getting-started/installation/git-clone.md +++ b/docs/tr-TR/welcome/getting-started/installation/git-clone.md @@ -4,7 +4,7 @@ Aşağıdaki gereksinimlere sahip olduğunuza emin olun: -- Node.js 14+, Yarn 1.22.x kurulu olmalı +- Node.js 16+, Yarn 1.22.x kurulu olmalı - SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun ## 1. Git ile indirin diff --git a/docs/zh-CN/welcome/getting-started/installation/create-nocobase-app.md b/docs/zh-CN/welcome/getting-started/installation/create-nocobase-app.md index c270ecb2e..939b0c769 100644 --- a/docs/zh-CN/welcome/getting-started/installation/create-nocobase-app.md +++ b/docs/zh-CN/welcome/getting-started/installation/create-nocobase-app.md @@ -4,7 +4,7 @@ 请确保你已经: -- 安装了 Node.js 14+、Yarn 1.22.x +- 安装了 Node.js 16+、Yarn 1.22.x - 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一 如果你没有安装 Node.js 可以从官网下载并安装最新的 LTS 版本。如果你打算长期与 Node.js 打交道,推荐使用 nvm(Win 系统可以使用 nvm-windows )来管理 Node.js 版本。 diff --git a/docs/zh-CN/welcome/getting-started/installation/git-clone.md b/docs/zh-CN/welcome/getting-started/installation/git-clone.md index dae8e5829..c5abddd85 100644 --- a/docs/zh-CN/welcome/getting-started/installation/git-clone.md +++ b/docs/zh-CN/welcome/getting-started/installation/git-clone.md @@ -4,7 +4,7 @@ 请确保你已经: -- 安装了 Git、Node.js 14+、Yarn 1.22.x +- 安装了 Git、Node.js 16+、Yarn 1.22.x - 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一 ## 1. 将 NocoBase 下载到本地