Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upI can't generate after install hexo-deployer-git or npm install hexo(I reset my computer) #3828
Comments
This comment has been minimized.
This comment has been minimized.
If nothing has changed, why should Hexo regenerate it? |
This comment has been minimized.
This comment has been minimized.
No, I run hexo clean first. |
This comment has been minimized.
This comment has been minimized.
Try hexo 4? -"hexo": "^3.9.0",
+"hexo": "^4.0.0", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
It should generate a lot of files, but it doesn't. Before I run npm install hexo-deployer-git --save and have to run npm install hexo --save everything is ok, but after that happened these things.

Actual behavior
And it just generate 0 files.

How to reproduce?
Environment & Settings
Node.js & npm version
Node.js 10.16.3
npm: '6.9.0',
ares: '1.15.0',
brotli: '1.0.7',
cldr: '35.1',
http_parser: '2.8.0',
icu: '64.2',
modules: '64',
napi: '4',
nghttp2: '1.39.2',
node: '10.16.3',
openssl: '1.1.1c',
tz: '2019a',
unicode: '12.1',
uv: '1.28.0',
v8: '6.8.275.32-node.54',
zlib: '1.2.11' }
Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)hexo: 3.9.0
hexo-cli: 3.1.0
os: Windows_NT 10.0.18362 win32 x64
http_parser: 2.8.0
node: 10.16.3
v8: 6.8.275.32-node.54
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 4
openssl: 1.1.1c
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019a
Your package.json
package.json
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "4.0.0"
},
"dependencies": {
"hexo": "^3.9.0",
"hexo-autoprefixer": "^1.0.0",
"hexo-deployer-git": "^2.0.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.0",
"hexo-generator-json-content": "^3.0.1",
"hexo-generator-search": "^2.1.1",
"hexo-generator-searchdb": "^1.0.8",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-related-popular-posts": "^2.0.6",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
}
}
Others