wbs_markdown
wbs_markdown copied to clipboard
installing globally with yarn results in error when using
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".
https://github.com/tj/commander.js/issues/786#issuecomment-433131956