Yue-plus / hexo-theme-arknights

明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine&Gitalk&Waline评论系统、Mermaid图表
https://arknights.theme.hexo.yue.zone/
MIT License
658 stars 71 forks source link

hexo生成问题,报错如下 #96

Closed aw59 closed 1 year ago

aw59 commented 1 year ago

`ERROR TypeError: D:\blog\Hexo\themes\arknights\layout\post.pug:4 2| 3| block content

4| - 5| const prev = page.prev 6| const next = page.next 7| const dateConf = theme.post.date

wordcount is not a function at eval (eval at wrap (D:\blog\Hexo\node_modules\pug-runtime\wrap.js:6:10), :457:52) at template (eval at wrap (D:\blog\Hexo\node_modules\pug-runtime\wrap.js:6:10), :1102:7) at _View._compiled (D:\blog\Hexo\node_modules\hexo\lib\theme\view.js:136:50) at _View.render (D:\blog\Hexo\node_modules\hexo\lib\theme\view.js:39:17) at D:\blog\Hexo\node_modules\hexo\lib\hexo\index.js:64:21 at tryCatcher (D:\blog\Hexo\node_modules\bluebird\js\release\util.js:16:23) at D:\blog\Hexo\node_modules\bluebird\js\release\method.js:15:34 at RouteStream._read (D:\blog\Hexo\nodemodules\hexo\lib\hexo\router.js:47:5) at RouteStream.Readable.read (node:internal/streams/readable:487:10) at resume (node:internal/streams/readable:987:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)`

怎么处理?

Yue-plus commented 1 year ago

需要安装 hexo-wordcount 依赖。 不需要的话可以参考 README.md#字数/阅读时长统计 关闭此功能。

aw59 commented 1 year ago

需要安装 hexo-wordcount 依赖。 不需要的话可以参考 README.md#字数/阅读时长统计 关闭此功能。

感谢