hexoSpawnfailed

hexo d的时候报错

Error: Spawn failed
    at ChildProcess.<anonymous> (/Users/cdq/Documents/GitRep10/node_modules/hexo-util/lib/spawn.js:52:19)

原因好像是线程阻塞
解决方案:

ulimit -n 10000

然后在重新hexo g和hexo d就好了

后来由出错了,查到一个办法是换手机热点,
居然成功了
why???

相关推荐