0

我已经在 mac os 上全局安装了 dredd,但是当调用 dredd 时它返回找不到命令

➜  test git:(master) dredd
zsh: command not found: dredd

不确定这是否保存在正确的位置,或者我缺少一个额外的步骤。

我的初始安装是:

➜  test git:(master) npm install -g dredd
npm WARN deprecated coffee-script@1.12.6: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
/Users/bob/.npm-packages/bin/dredd -> /Users/bob/.npm-packages/lib/node_modules/dredd/bin/dredd
+ dredd@4.8.2
updated 1 package in 5.563s
4

1 回答 1

0

尝试使用

./node_modules/.bin/dredd

并确保dredd.yml存在于./dredd.yml

于 2018-08-09T05:22:45.977 回答