-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hexo g 生成失败, Render HTML failed #522
Comments
同样的问题,windows 10环境 |
hey~ @JamesHoi 在朋友@sugejie 的帮助下,可以正常生成该blog,但是具体问题和原因,尚不清楚,希望看到这个问题的author们可以关注一下。 和朋友互换了node_modules目录后,发现他使用我的node_modules就无法生成了,我换了他的node_modules就能正常生成了,我的版本比较新,问题应该在node_modules里面,可能是在较新的依赖环境里存在不兼容的问题了,“_ is not defined”报错应该和https://www.lodashjs.com/这个东西有关。但是不懂前端,不知道具体原因,希望author能关心一下这个问题,毕竟出现了功能上的失败。 如果你也需要node_modules,请联系我。 |
This comment has been minimized.
This comment has been minimized.
我使用@opfanswyx的node_modules还是无法生成 |
参照 hexojs/hexo#3753 |
根据你的思路,我找到hexo的提交历史
const Promise = require('bluebird'); class Locals { |
完美的解决了问题 |
完美! |
出现了问题,有些文章打不开了,一直处于加载状态。。。 |
大佬解决了嘛 |
老老实实用 hexo 3.x 呗,毕竟是个基于 hexo3 开发的主题。我尝试改动用了 |
|
我用上面的方法生成的网页在打开部分博文的时候打不开,永远在加载状态 |
有报什么错么 |
我使用3也是出现同样的问题唉 |
输入 |
解决了大佬, 谢谢~~~ |
太强了 太强了 完美解决 |
我也遇到这个问题, 是因为我删掉了/layout/_partial/footer.ejs里面的内容,导致themes/indigo/source/js/main.js的227行nav.nextElementSibling.offsetHeight报错了,你可以看下console的js报错, 如果你的也是这个问题的话, 把nav.nextElementSibling.offsetHeight改成0就可以了 |
不折腾了,也是部分文章加载有问题,最后回滚到 4.2.1 版本了。
|
我是这种情况 #526 文章分级标题 ”### 标题” 这种会报错。 看来只能用hexo4版本了 |
@zhz 我用了你提供的方法,完美的解决了我的问题,十分感谢! |
我的运行环境是ubuntu云服务器,把public目录托管给nginx服务器
切换为默认主题,next主题都能正常生成,indigo无法生成,报错如下:
The text was updated successfully, but these errors were encountered: