tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.61k stars 670 forks source link

Cannot read property 'path' of undefined #538

Closed domeniczz closed 1 year ago

domeniczz commented 1 year ago

Node 12.18.1 hexo: 5.4.2 hexo-cli: 4.3.0

向博客中添加文章后,hexo g,会出现如下报错

image

domeniczz commented 1 year ago

排查出来,是 theme 的 _config.yml 中 self_search: 项配置为 true 导致的

需要安装 hexo-generator-search 插件

npm install hexo-generator-search --save