From 2b3407a16b8b771f2ca2e60752cbdcfd7d9b1a24 Mon Sep 17 00:00:00 2001 From: weng <157215725@qq.com> Date: Fri, 15 Jul 2022 19:00:42 +0800 Subject: [PATCH 1/4] docs: Vite 3 required Node.js 14.18+ / 16+ https://github.com/vitejs/vite/issues/9113 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 310aa089f..da1e77121 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ As this template is strongly opinionated, the following provides a curated list ## Try it now! -> Vitesse requires Node >=14 +> Vitesse requires Node 14.18+ / 16+ ### GitHub Template From fbccf2749da0d1431f7c7de54993732b4b831085 Mon Sep 17 00:00:00 2001 From: weng <157215725@qq.com> Date: Sat, 16 Jul 2022 09:36:09 +0800 Subject: [PATCH 2/4] docs: Vite 3 required Node.js 14.18+ / 16+ --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index 5c1c68a8c..dab82b581 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -127,7 +127,7 @@ ## 现在可以试试! -> Vitesse 需要 Node 版本 >=14 +> Vitesse 需要 Node 版本 14.18+ / 16+ ### GitHub 模板 From 3c16dbe6dbee3dd0cdcd4e75aa5fbdd20291a309 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 17 Jul 2022 14:34:07 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1e77121..664a3db4a 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ As this template is strongly opinionated, the following provides a curated list ## Try it now! -> Vitesse requires Node 14.18+ / 16+ +> Vitesse requires Node >=14.18 ### GitHub Template From 2605fe6f6aef2eccfe5888e584e4f4bad09a1695 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 17 Jul 2022 14:34:25 +0800 Subject: [PATCH 4/4] Update README.zh-CN.md --- README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index dab82b581..fdcfc58bf 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -127,7 +127,7 @@ ## 现在可以试试! -> Vitesse 需要 Node 版本 14.18+ / 16+ +> Vitesse 需要 Node 版本 >=14.18 ### GitHub 模板