- nodejs版本过低
- 安装n模块
1
npm install -g n
- 直接输入n stable,升级到nodejs最新稳定的版本
- 安装n模块
- 没有git
- yum install git
- Peer reports incompatible or unsupported protocol version.
- 升级curl就好了
1
yum update -y nss curl libcurl
- 升级curl就好了
- Error: ENOENT: no such file or directory, uv_cwd
- 重启终端再次执行hexo init