Closed
Conversation
1. 更新hexo到8.1.1 2. 更新jasmine到5.13.0 3. 补充chalk依赖,在lib/filter/ssr.js中使用
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主要目的是解决这个问题:https://github.com/emptylight370/emptylight370.github.io/actions/runs/21429100003/job/61704190165#step:6:16
在本地运行
hexo s时也会:个人进行的修复是直接将
chalk作为运行依赖安装,在本地测试时正常工作,不知道实际情况如何。Warning
并且顺带将其他依赖项进行了更新,比如 hexo 更新到 8。但是 Hexo 8 更新对主题有什么影响我是一点不知道,只进行了简单的依赖版本更新,并且在本地测试能正常使用
hexo s和hexo g,其他情况未知。