We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version
编译后多了一个空文件,文件在本地不存在,编译后就会出现
未知情况下发生的
Safe mode
no
C:\Users\coderitl>node -v v18.19.0 C:\Users\coderitl>npm -v 10.5.0 C:\Users\coderitl>
D:\itl-coder-hexo>npm ls --depth 0 hexo-site@0.0.0 D:\itl-coder-hexo +-- hexo-abbrlink@2.2.1 +-- hexo-admonition@1.1.2 +-- hexo-blog-encrypt@3.1.9 +-- hexo-browsersync@0.3.0 +-- hexo-butterfly-clock@1.0.7 +-- hexo-butterfly-footer-beautify@1.0.6 +-- hexo-butterfly-swiper@1.0.12 +-- hexo-butterfly-tag-plugins-plus@1.0.17 +-- hexo-deployer-git@4.0.0 +-- hexo-generator-archive@2.0.0 +-- hexo-generator-category@2.0.0 +-- hexo-generator-index@3.0.0 +-- hexo-generator-search@2.4.3 +-- hexo-generator-tag@2.0.0 +-- hexo-hide-posts@0.4.0 +-- hexo-renderer-ejs@2.0.0 +-- hexo-renderer-kramed@0.1.4 +-- hexo-renderer-pug@3.0.0 +-- hexo-renderer-stylus@3.0.0 +-- hexo-server@3.0.0 +-- hexo-theme-landscape@1.0.0 `-- hexo@7.0.0
package.json
{ "name": "hexo-site", "version": "0.0.0", "private": true, "scripts": { "build": "hexo generate", "clean": "hexo clean", "deploy": "hexo deploy", "server": "hexo server" }, "hexo": { "version": "7.0.0" }, "dependencies": { "hexo": "^7.0.0", "hexo-abbrlink": "^2.2.1", "hexo-admonition": "^1.1.2", "hexo-blog-encrypt": "^3.1.9", "hexo-browsersync": "^0.3.0", "hexo-butterfly-clock": "^1.0.7", "hexo-butterfly-footer-beautify": "^1.0.6", "hexo-butterfly-swiper": "^1.0.12", "hexo-butterfly-tag-plugins-plus": "^1.0.17", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^3.0.0", "hexo-generator-search": "^2.4.3", "hexo-generator-tag": "^2.0.0", "hexo-hide-posts": "^0.4.0", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-kramed": "^0.1.4", "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0" } }
_config.yml
No response
The text was updated successfully, but these errors were encountered:
If your problem disappear under "Safe mode", it means the problem is probably at your installed plugins or theme, not at hexo.
Sorry, something went wrong.
an'qua安全模式下依然存在该问题,没有找到解决方法
You are not running in safe mode correctly.
hexo clean hexo g --safe hexo s --safe
Because it cannot be reproduced and no one provides enough information, I am going to close this issue.
If the problem still exists, please reopen this issue and provide more information.
No branches or pull requests
Check List
hexo version
to check)Expected behavior
编译后多了一个空文件,文件在本地不存在,编译后就会出现
Actual behavior
How to reproduce?
未知情况下发生的
Is the problem still there under
Safe mode
?no
Your Node.js & npm version
Your Hexo and Plugin version
Your
package.json
Your site's
_config.yml
(Optional)No response
Others
No response
The text was updated successfully, but these errors were encountered: