-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
[BUG] Failed to transform twikoo. #469
Comments
关闭 config.toml 中的实验性选项
或者在 themes/DoIt 目录下运行 npm install |
感谢♥,已解决🎉 |
所以建议更新 DoIt/assets/lib/twikoo/twikoo.all.min.js 至 v1.4.18 。顺便还有这两个文件: 话说,保持twikoo在1.4.10不会有什么讲究吧? |
@BahuangShanren bundle js 的意义就是通过 package.json 和 npm 解决原先需要手动管理和更新 js 包的问题。相关的讨论:#371 #346。 在重构完成之后会进行一次 breaking change 发版,要求统一使用 npm install 管理依赖。 所有 commit 进来的第三方包都会被删掉。从 exampleSite 的 CI build 来看,npm install 的开销也就十几秒,在我看来不是什么问题。 留在 1.4.10 没有什么讲究,只是手动管理依赖就会出现这种更新不及时的情况,如果能用 bundle js 就用 bundle js 选项吧。 |
Describe the bug 描述你遇到的错误
启用twikoo导致hugo构建失败。
Screenshots 屏幕截图
Build Environment 构建环境
Preview Environment 预览环境
Additional Information 补充信息
我的配置文件: https://github.com/BahuangShanren/blog/blob/master/config.toml
我之前用的是LoveIt,Twikoo部署在腾讯云上,一直正常工作,既然云端正常,那大概是我博客这边没配置好?
我暂时还没有尝试使用部署在Vercel上的Twikoo,我看DoIt的 Example Site 也配置了Twikoo,我以为这是可以正常运行的案例,但当我尝试构建它时遇到了同样的报错。
The text was updated successfully, but these errors were encountered: