Skip to content

Commit b779ea3

Browse files
authored
Merge pull request #1189 from curbengh/node-8.10
docs(installation): requires Node 8.10+
2 parents 188bd95 + 289daf2 commit b779ea3

File tree

8 files changed

+26
-9
lines changed

8 files changed

+26
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"hexo": {
6-
"version": "3.9.0"
6+
"version": "4.1.0"
77
},
88
"scripts": {
99
"build": "hexo generate",
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=8.6.0"
47+
"node": ">=8.10.0"
4848
}
4949
}

source/docs/index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It only takes a few minutes to set up Hexo. If you encounter a problem and can't
1717

1818
Installing Hexo is quite easy and only requires the following beforehand:
1919

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)
2121
- [Git](http://git-scm.com/)
2222

2323
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:
8282
```
8383

8484
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.
93+
94+
Hexo version | Minimum Node.js version
95+
--- | ---
96+
4.1+ | 8.10
97+
4.0 | 8.6
98+
3.3 - 3.9 | 6.9
99+
3.2 - 3.3 | 0.12
100+
3.0 - 3.1 | 0.10 or iojs
101+
0.0.1 - 2.8 | 0.10

source/ko/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hexo는 눈 깜박할 새에 설치할 수 있습니다. 설치 시 문제가
1515

1616
Hexo의 설치는 꽤 쉽습니다. 하지만, 설치 전에 몇 가지 요구사항이 있습니다.
1717

18-
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
18+
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
1919
- [Git](http://git-scm.com/)
2020

2121
컴퓨터에 이미 이런 것들이 설치되어 있다면, 축하드립니다! 이제 npm을 이용하여 Hexo를 설치하기만 하면 됩니다.

source/pt-br/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Demora apenas alguns minutos para configurar o Hexo. Se você encontrar um probl
1818

1919
Instalar o Hexo é bastante fácil. No entanto, você precisa ter algumas outras coisas instaladas primeiro:
2020

21-
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
21+
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
2222
- [Git](http://git-scm.com/)
2323

2424
Se o seu computador já possui estes, parabéns! Basta instalar o Hexo com o npm:

source/ru/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hexo — это быстрый, простой и мощный фреймвор
1515

1616
Установка Hexo довольно проста. Однако сперва нужно установить пару вещей:
1717

18-
- [Node.js](http://nodejs.org/) (Версия должна быть как минимум Node.js 8.6, рекомендовано использовать 10.0 или выше)
18+
- [Node.js](http://nodejs.org/) (Версия должна быть как минимум Node.js 8.10, рекомендовано использовать 10.0 или выше)
1919
- [Git](http://git-scm.com/)
2020

2121
Если всё это уже есть, поздравляю! Просто установите Hexo с помощью npm:

source/th/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hexo เป็นกรอบบล็อกท่ีรวดเร็ว เ
2323

2424
การติดตั้ง hexo เป็นเรื่องง่ายๆ แต่คุณต้องการติดตั้งบางสิ่งก่อน:
2525

26-
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.6, recommends 10.0 or higher)
26+
- [Node.js](http://nodejs.org/) (Should be at least Node.js 8.10, recommends 10.0 or higher)
2727
- [Git](http://git-scm.com/)
2828

2929
ถ้าคุณติดตั้งสองสิ่งนี้อยู่แล้วในคอม ขอแสดงความยินดี คุณจะติดตั้ง hexo ด้วย npm ได้อย่างนี้:

source/zh-cn/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 [Markdown](h
1818

1919
安装 Hexo 相当简单,只需要先安装下列应用程序即可:
2020

21-
- [Node.js](http://nodejs.org/) (Node.js 版本需不低于 8.6,建议使用 Node.js 10.0 及以上版本)
21+
- [Node.js](http://nodejs.org/) (Node.js 版本需不低于 8.10,建议使用 Node.js 10.0 及以上版本)
2222
- [Git](http://git-scm.com/)
2323

2424
如果您的电脑中已经安装上述必备程序,那么恭喜您!你可以直接前往 [安装 Hexo](#安装-Hexo) 步骤。

source/zh-tw/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hexo 是一個快速、簡單且強大的網誌框架。Hexo 使用 [Markdown](h
1717

1818
安裝 Hexo 相當簡單;然而,在安裝前您必須先檢查下列您的電腦是否已經安裝下列軟體:
1919

20-
- [Node.js](http://nodejs.org/) (Node.js 版本需不低於8.6,建議使用 Node.js 10.0 及以上版本)
20+
- [Node.js](http://nodejs.org/) (Node.js 版本需不低於8.10,建議使用 Node.js 10.0 及以上版本)
2121
- [Git](http://git-scm.com/)
2222

2323
若您的電腦已經安裝上述的必備軟體,那麼恭喜您!只需要透過 npm 即可完成 Hexo 的安裝。

0 commit comments

Comments
 (0)