码迷,mamicode.com
首页 > 其他好文 > 详细

hexoSpawnfailed

时间:2020-05-11 20:35:24      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:fail   nfa   modules   报错   解决方案   code   出错   child   阻塞   

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???

hexoSpawnfailed

标签:fail   nfa   modules   报错   解决方案   code   出错   child   阻塞   

原文地址:https://www.cnblogs.com/chendeqiang/p/12861744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!