Apidoc 安装为全局:如何 运行 呢?

Apidoc installed as global: how to run it?

我使用 yarn.

全局 安装了 APIDoc.js
yarn global add apidoc

我使用的是 Debian 9.8。

其实……

which apidoc

... return 没有任何路径。所以 运行 ...

apidoc

... 结果是

command not found

如何在全局安装时执行 apidoc?

我使用 npx

结束了 运行
npx apidoc ...< rest of params >