From 9f08a6a49c77ce9335e2ac3ee70530898d8a725b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=B7=E5=B3=B0?= Date: Sat, 9 Jul 2022 13:17:06 +0800 Subject: [PATCH] docs: Update dashboard frontend Node.js version restriction (#2760) --- sentinel-dashboard/src/main/webapp/resources/README.md | 1 + sentinel-dashboard/src/main/webapp/resources/README_zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/sentinel-dashboard/src/main/webapp/resources/README.md b/sentinel-dashboard/src/main/webapp/resources/README.md index c88ea68c..20f0de67 100755 --- a/sentinel-dashboard/src/main/webapp/resources/README.md +++ b/sentinel-dashboard/src/main/webapp/resources/README.md @@ -3,6 +3,7 @@ ## Env Requirement - Node.js > 6.x +- Node.js < 12.x ## Code Guide diff --git a/sentinel-dashboard/src/main/webapp/resources/README_zh.md b/sentinel-dashboard/src/main/webapp/resources/README_zh.md index 5daf33ef..48dae745 100644 --- a/sentinel-dashboard/src/main/webapp/resources/README_zh.md +++ b/sentinel-dashboard/src/main/webapp/resources/README_zh.md @@ -3,6 +3,7 @@ ## 环境要求 - Node.js > 6.x +- Node.js < 12.x ## 编码规范