app: looser node version requirement
This commit is contained in:
parent
3d9eff1703
commit
4d977707ec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@
|
|||
"winston": "3.0.0-rc5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue