npm install -g dredd在mac上失败

时间:2015-12-16 07:01:57

标签: ios dredd

我需要使用养蜂场消费API。在安装dredd之前,我已经安装了Node和npm。

现在当我尝试执行“npm install -g dredd” 我收到以下错误:

make: *** [Release/obj.target/protagonist/src/annotation.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit         (/usr/local/lib/node_modules/npm/node_modules/node-        gyp/lib/build.js:270:23)
gyp ERR! stack     at emitTwo (events.js:88:13)
gyp ERR! stack     at ChildProcess.emit (events.js:173:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:201:12)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "/usr/local/bin/node"     "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/dredd/node_modules/protagonist
gyp ERR! node -v v5.2.0
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok 
npm WARN install:protagonist@0.20.1 protagonist@0.20.1 install: `node-gyp rebuild`
npm WARN install:protagonist@0.20.1 Exit status 1

> spawn-sync@1.0.14 postinstall     /usr/local/lib/node_modules/dredd/node_modules/spawn-sync
> node postinstall

/usr/local/lib
└── (empty)

npm ERR! code 1

有人可以帮忙吗?

2 个答案:

答案 0 :(得分:0)

不幸的是,dredd与任何nodejs> = 4.0版本不兼容,但它绝对是我们的路线图。

答案 1 :(得分:0)

Dredd现在支持所有最新版本的Node。由于版本1.4.0 Dredd在安装过程中也不需要C ++编译器或类似的东西。我希望你现在可以毫无问题地在Mac上安装它!