app: looser node version requirement

This commit is contained in:
DIYgod
2018-06-02 16:32:18 +08:00
parent 3d9eff1703
commit 4d977707ec
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ sidebar: auto
### 在安装之前 ### 在安装之前
在安装 RSSHub 之前,请确保您的电脑中已经安装了 [Git](https://git-scm.com/) 和 [Node.js >= 10.0](https://nodejs.org/)。 在安装 RSSHub 之前,请确保您的电脑中已经安装了 [Git](https://git-scm.com/) 和 [Node.js >= 8.0.0](https://nodejs.org/)。
### 安装 Git ### 安装 Git

View File

@@ -60,6 +60,6 @@
"winston": "3.0.0-rc5" "winston": "3.0.0-rc5"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=8.0.0"
} }
} }