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
@@ -109,7 +107,7 @@ More NexT examples [here](https://github.com/iissnan/hexo-theme-next/issues/119)
109
107
theme: next
110
108
111
109
### Bugs
112
-
For those who also encounter **Error: Cannot find module 'hexo-util'**[issue](https://github.com/iissnan/hexo-theme-next/issues/1490), please check your NPM version.
110
+
For those who also encounter **Error: Cannot find module 'hexo-util'**[issue](https://github.com/iissnan/hexo-theme-next/issues/1490), please check your NPM version.
113
111
114
112
-`> 3`: Still not work. Please remove `node_modules` directory and reinstall using `npm install`.
115
113
-`< 3`: Please add `hexo-util` explicitly via `npm install --save-dev hexo-util` to you site package deps.
@@ -135,7 +133,7 @@ Currently, it is not smooth to update NexT theme from pulling or downloading new
135
133
1. Configurations are splited into two pieces
136
134
2. Users maybe confuse which place should be for options
137
135
138
-
In order to resolve this issue, NexT will take advantage of Hexo [Data files](https://hexo.io/docs/data-files.html). Because Data files is introduced in Hexo 3, so you need upgrade Hexo to 3.0 (or above) to use this feature.
136
+
In order to resolve this issue, NexT will take advantage of Hexo [Data files](https://hexo.io/docs/data-files.html). Because Data files is introduced in Hexo 3, so you need upgrade Hexo to 3.0 (or above) to use this feature.
139
137
140
138
If you prefer Hexo 2.x, you can still use the old approach for configurations. NexT is still compatible with Hexo 2.x.
0 commit comments