node.js 执行命令hexo d -g或者是hexo clean之后报这句话
1.在centos6.5上安装node,hexo等,然后执行hexo d -g或者是hexo clean之后出现如下错误
2.Native thread-sleep not available.
`This will result in much slower performance, but it will still work.
You should re-install spawn-sync or upgrade to the lastest version of node if possible.
Check /usr/local/node/0.10.24/lib/node_modules/hexo/node_modules/hexo-util/node_modules/
cross-spawn/node_modules/spawn-sync/error.log for more details
3.请问这个怎么解决呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
装下
apt-get install spawn-sync
不能装 升级
apt-get update spawn-sync
还有你的node怎么安装 最好的方法就是下载最新的源代码 自己编译