MouT.me给生活打个草稿马上订阅 MouT.me RSS 更新: https://ghost.mout.me/rss/Ghost 终于搭起来了……MouT2016年1月23日 02:07GhostVPS博客日常## 失败原因 **Ghost 不支持 NodeJS 5.x 版本!** ## NodeJS 版本管理 安装 n 模块对 NodeJS 进行版本管理。 ` npm install n -g ` * 安装最新版: ` n latest ` * 安装LTS版: ` n lts ` * 安装指定版本: ` n x.x.x `查看完整文章