INFO Validating config FATAL no more error #5032
Answered
by
NinthRose
NinthRose
asked this question in
Question / Answer
-
hexo g/server will be failed,just 2 lines error, no more error, just like this INFO Validating config
FATAL 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": "6.2.0"
},
"dependencies": {
"hexo": "^6.2.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^0.0.3"
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
NinthRose
Aug 10, 2022
Replies: 2 comments
-
待我更新一下node版本试一下 |
Beta Was this translation helpful? Give feedback.
0 replies
-
更新node版本,解决 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NinthRose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
更新node版本,解决