You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ It only takes a few minutes to set up Hexo. If you encounter a problem and can't
17
17
18
18
Installing Hexo is quite easy and only requires the following beforehand:
19
19
20
-
-[Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
20
+
-[Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
21
21
-[Git](http://git-scm.com/)
22
22
23
23
If your computer already has these, congratulations! You can skip to the [Hexo installation](#Install-Hexo) step.
@@ -82,3 +82,20 @@ Once installed, you can run Hexo in two ways:
82
82
```
83
83
84
84
then run Hexo using `hexo <command>`
85
+
86
+
### Compatibility
87
+
88
+
If you are stuck with older Node.js, you can consider installing a past version of Hexo.
89
+
90
+
Please note we do not provide bugfixes to past versions of Hexo.
91
+
92
+
We highly recommend to always install the [latest version](https://www.npmjs.com/package/hexo?activeTab=versions) of Hexo and the [recommended version](#Requirements) of Node.js, whenever possible.
0 commit comments