【问题】

1、hexo: command not found

解决:重新全局安装 hexo-cli ,执行命令 npm install hexo-cli -g

2、node 配置国内源

解决:执行命令 npm config set registry http://registry.npm.taobao.org