From 0b37c375866e3e97c3c262367ab33c9dba4f1d66 Mon Sep 17 00:00:00 2001 From: Zhou Date: Wed, 8 Jun 2022 23:58:00 +0800 Subject: [PATCH] Update create-nocobase-app.md --- .../en-US/getting-started/installation/create-nocobase-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/getting-started/installation/create-nocobase-app.md b/docs/en-US/getting-started/installation/create-nocobase-app.md index 4f15d0a696..1daf481130 100644 --- a/docs/en-US/getting-started/installation/create-nocobase-app.md +++ b/docs/en-US/getting-started/installation/create-nocobase-app.md @@ -4,8 +4,8 @@ Make sure you have: -- Node.js 14+, Yarn 1.22.x installed -- Configured and started the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x choose one +- Installed Node.js 14+, 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.