From 631737e83f7f64771968990f29893016f3ee7b48 Mon Sep 17 00:00:00 2001 From: Naruse <131688897+Calvin979@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:25:29 +0800 Subject: [PATCH] Error occured when I followed running steps to start Front-web (#1366) Co-authored-by: zhengqiwei --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab03b6af5b0..521407262be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Even small corrections to typos are very welcome :) - Front-web start -1. Need `nodejs npm angular-cli` environment, Make sure `Node.js >= 16.10.0` +1. Need `nodejs npm angular-cli` environment, Make sure `Node.js >= 18` 2. Install yarn: `npm install -g yarn` 3. Execute under the front-end project directory web-app: `yarn install` 4. Install angular-cli globally: `yarn global add @angular/cli@15` @@ -182,7 +182,7 @@ Public WeChat: `tancloudtech` - 前端启动 -1. 需要`nodejs npm angular-cli`环境, 确保你的版本 `Node.js >= 16.10.0` +1. 需要`nodejs npm angular-cli`环境, 确保你的版本 `Node.js >= 18` 2. 安装yarn `npm install -g yarn` 3. 在前端工程目录web-app下执行 `yarn install` 4. 全局安装angular-cli `yarn global add @angular/cli@15`