Closed solaim closed 11 months ago
because your hexo's version is 7.0.0-rc2. that's too new for A4. try this commend:
npm install hexo@6.3.0
因为你的hexo版本太高了,hexo7.0的版本是最新还在测试的版本,A4是基于6.3版本的hexo开发的,所以你可以试试安装6.3版本的hexo,执行以下命令:
npm install hexo@6.3.0
I tried the command, hexo generate
is ok. But there is no layout
warning and 404 when I tried to get http://localhost:4000/
终于知道为什么标签和分类没法打开了,安装hexo6.3就可以了
Cannot read properties of undefined (reading 'posts')
why and how to solve?