mac 安装hexo 出现错误



 bogon:~ apple$ sudo npm install hexo -g

> [email protected] install /usr/local/lib/node_modules/hexo/node_modules/bunyan/node_modules/dtrace-provider
> node scripts/install.js

请问这个是什么问题。

node.js

efyuuu 9 years, 9 months ago

我之前也遇到过了这个问题,hexo版本更新之后有些地方还是有点不一样,这是其中之一

姬之宫·镜澪 answered 9 years, 9 months ago


 npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo server

十六夜妖梦 answered 9 years, 9 months ago


 $ sudo npm install hexo-cli -g

十六夜。咲夜 answered 9 years, 9 months ago

Your Answer