brainlid/wbs_markdown

installing globally with yarn results in error when using

brainlid opened this issue · 1 comments

After installing globally with yarn

yarn global add wbs-markdown

It installs without issue but attempting to run it fails.

$ wbsm r
error: wbsm-report(1) does not exist, try --help

Workaround: installing with npm works.

Verified that this is an existing known problem. Appears to be with "commander.js".

tj/commander.js#786 (comment)