输入后:$ hexo generate&& hexo deploy
我收到了这些信息,没有任何错误的原因。
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error
at ChildProcess.<anonymous> (D:\hexo\blog\node_modules\hexo-util\lib\spawn.js:37:17)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at ChildProcess.cp.emit (D:\hexo\blog\node_modules\cross-spawn\lib\enoent.js:40:29)
at maybeClose (internal/child_process.js:891:16)
at Socket.<anonymous> (internal/child_process.js:342:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:497:12)
答案 0 :(得分:0)
在MainPage
或npm install
的过程中可能会出现一些错误。没有方法,但重新安装hexo环境。
步骤:
npm install -g hexo-cli
和cd D:\hexo\blog
npm uninstall hexo
和cd D:\hexo
rm -rf blog
npm install -g hexo-cli
hexo init blog
npm install
npm install hexo-deployer-git --save
如果再次出现hexo deploy错误,您可以重新安装nodejs和npm,并将nodejs更新到最新版本(nodejs并不总是可靠的)。
您可以扫描my Blog(使用hexo和github构建,通过AppVeyor构建CI)。
并且源文件有
我将添加一个关于如何使用hexo和github构建个人博客的博客,以及如何通过第三个服务(如AppVeyor和Travis CI)自动部署(CI,在wiki中搜索)。