Mac 安装 hexo
想把博客从jekyll
迁移到hexo
,但是在安装hexo
的时候遇到了如下问题,这怎么解决,有知道的谢谢能分享我一下
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hexo-util@0.6.0 build:highlight: `node scripts/build_highlight_alias.js > highlight_alias.json`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hexo-util@0.6.0 build:highlight script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
┌──────────────────────────────────────────────────────────────────┐
│ npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /Users/yangxiangming/.config │
└──────────────────────────────────────────────────────────────────┘
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: dtrace-provider@0.8.3 (node_modules/hexo-cli/node_modules/dtrace-provider):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: dtrace-provider@0.8.3 install: `node scripts/install.js`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hexo-util@0.6.0 postinstall: `npm run build:highlight`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hexo-util@0.6.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/yangxiangming/.npm/_logs/2017-06-18T03_02_00_507Z-debug.log
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
你的网络环境不好,请在终端启用代理
比如SS的终端代理:
export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
网络问题,终端走代理是可行的,但是稳定的网络更关键,你拿手机4G开个热点,妥妥的
如果你是直接把目录拷过去的话,需要删除掉 package.json 然后重新安装的。
谢谢各位的积极回答,试了各位提供的方法建议,还是没能解决我的问题。我实在没办法就把
node.js
给卸载掉,重新安装了node.js
,然后重新执行hexo
安装命令就可以了。虽然解决了问题,但是没找到原因,表示非常失败。各位有遇到同样问题的,可以尝试重装node.js
一开始我是用
报这个错
后来我直接 npm install hexo -g 就安装成功了
楼主解决了吗 咋个弄得可以分享下不?
楼主解决了吗,怎么解决的!!