wbs_markdown icon indicating copy to clipboard operation
wbs_markdown copied to clipboard

installing globally with yarn results in error when using

Open brainlid opened this issue 6 years ago • 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.

brainlid avatar Mar 02 '19 18:03 brainlid

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

https://github.com/tj/commander.js/issues/786#issuecomment-433131956

brainlid avatar Mar 02 '19 19:03 brainlid