'hexo generate&&的结果出错hexo deploy'

时间:2017-07-22 14:06:22

标签: hexo

输入后:$ 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)

1 个答案:

答案 0 :(得分:0)

MainPagenpm install的过程中可能会出现一些错误。没有方法,但重新安装hexo环境。

步骤:

  1. npm install -g hexo-clicd D:\hexo\blog

  2. npm uninstall hexocd D:\hexo

  3. rm -rf blog
  4. npm install -g hexo-cli
  5. hexo init blog
  6. npm install
  7. npm install hexo-deployer-git --save
  8. 如果再次出现hexo deploy错误,您可以重新安装nodejs和npm,并将nodejs更新到最新版本(nodejs并不总是可靠的)。

    您可以扫描my Blog(使用hexo和github构建,通过AppVeyor构建CI)。 并且源文件有  enter image description here
    我将添加一个关于如何使用hexo和github构建个人博客的博客,以及如何通过第三个服务(如AppVeyor和Travis CI)自动部署(CI,在wiki中搜索)。