Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError on fresh install #32

Closed
johngeorgewright opened this issue Aug 26, 2015 · 1 comment
Closed

TypeError on fresh install #32

johngeorgewright opened this issue Aug 26, 2015 · 1 comment

Comments

@johngeorgewright
Copy link

This could potentially be caused by a third party API, or perhaps an incorrect use of a third party API.

$ node -v
v0.12.2

$ mversion -h
node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:1226
    throw e;
          ^
TypeError: undefined is not a function
Please report this to https://github.com/chjj/marked.
    at InlineLexer.output (node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:685:28)
    at Parser.tok (node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:985:21)
    at Parser.parse (node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:935:17)
    at Function.Parser.parse (/node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:922:17)
    at marked (node_modules/mversion/node_modules/cli-usage/node_modules/marked/lib/marked.js:1218:19)
    at fromFile (node_modules/mversion/node_modules/cli-usage/index.js:45:10)
    at get (node_modules/mversion/node_modules/cli-usage/index.js:30:12)
    at module.exports (node_modules/mversion/node_modules/cli-usage/index.js:22:15)
    at Object.<anonymous> (node_modules/mversion/bin/cli.js:9:1)
    at Module._compile (module.js:460:26)
@mikaelbr
Copy link
Owner

Thanks for letting me know! Patched and fixed now. Was an error with marked-terminal not supporting a new feature from the marked library - used for readme and usage help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants