我在mac os上全局安装了dredd,但在调用dredd时它返回命令not found
➜ 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
答案 0 :(得分:0)
尝试使用
运行./node_modules/.bin/dredd
并确保dredd.yml
与./dredd.yml
一样存在