Skip to content
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

编译后,发布时多了一个不存在的空文件 #5438

Closed
5 tasks done
itl-coder opened this issue Mar 19, 2024 · 4 comments
Closed
5 tasks done

编译后,发布时多了一个不存在的空文件 #5438

itl-coder opened this issue Mar 19, 2024 · 4 comments
Labels
need-information Further information is requested non-english Requires the attention of a multi-lingual maintainer

Comments

@itl-coder
Copy link

Check List

  • I have already read Docs page & Troubleshooting page.
  • I have already searched existing issues and they are not help to me.
  • I examined error or warning messages and it's difficult to solve.
  • I am using the latest version of Hexo. (run hexo version to check)
  • My Node.js is matched the required version.

Expected behavior

编译后多了一个空文件,文件在本地不存在,编译后就会出现

Actual behavior

image
image
image

How to reproduce?

未知情况下发生的

Is the problem still there under Safe mode?

no

Your Node.js & npm version

C:\Users\coderitl>node -v
v18.19.0

C:\Users\coderitl>npm -v
10.5.0

C:\Users\coderitl>

Your Hexo and Plugin version

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

Your 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"
  }
}

Your site's _config.yml (Optional)

No response

Others

No response

@uiolee uiolee added the non-english Requires the attention of a multi-lingual maintainer label Mar 21, 2024
@uiolee
Copy link
Member

uiolee commented Mar 21, 2024

If your problem disappear under "Safe mode", it means the problem is probably at your installed plugins or theme, not at hexo.

@uiolee uiolee added the need-information Further information is requested label Mar 21, 2024
@itl-coder
Copy link
Author

image
an'qua安全模式下依然存在该问题,没有找到解决方法

@uiolee
Copy link
Member

uiolee commented Mar 30, 2024

You are not running in safe mode correctly.

hexo clean 
hexo g --safe
hexo s --safe

@uiolee
Copy link
Member

uiolee commented Apr 18, 2024

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.

@uiolee uiolee closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-information Further information is requested non-english Requires the attention of a multi-lingual maintainer
Projects
None yet
Development

No branches or pull requests

2 participants