From 96c9642e01b9975ca87efb1742453a1646b1c7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Wed, 22 Apr 2020 09:48:53 +0800 Subject: [PATCH] doc(readme.md): upload Node.js version for building dashboard. (#1485) --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3476665bbb1..8e950d084b92 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Then you can try more [plugins](doc/README.md#plugins). ## Dashboard APISIX has built-in support for Dashboard, as follows: -1. Please make sure your machine has Node 8.12.0 or higher, or there will occur build issues. +1. Please make sure your machine has the latest Node.js(10 or higher), or there will occur build issues. 2. Download the source codes of [Dashboard](https://github.com/apache/incubator-apisix-dashboard): ``` diff --git a/README_CN.md b/README_CN.md index 76c10565caf4..503be7c5b70f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -145,7 +145,7 @@ sudo apisix start APISIX 内置了对 Dashboard 的支持,使用步骤如下: -1. 确保你的运行环境中的 Node 版本 >= 8.12.0。 +1. 确保你的运行环境中使用了最新的 Node.js 版本(>= 10)。 2. 下载 [Dashboard](https://github.com/apache/incubator-apisix-dashboard) 的源码: ```