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: utils_1.BindOption is not a function #1172

Closed
1 task done
socsieng opened this issue Jan 15, 2020 · 2 comments
Closed
1 task done

TypeError: utils_1.BindOption is not a function #1172

socsieng opened this issue Jan 15, 2020 · 2 comments
Labels
bug Functionality does not match expectation

Comments

@socsieng
Copy link
Contributor

socsieng commented Jan 15, 2020

The typedoc cli returns the following error:

TypeError: utils_1.BindOption is not a function

Expected Behavior

Expect typedoc --version to display version information

Actual Behavior

/Users/***/node_modules/typedoc/dist/lib/output/renderer.js:134
    utils_1.BindOption('theme')
            ^

TypeError: utils_1.BindOption is not a function
    at Object.<anonymous> (/Users/***/node_modules/typedoc/dist/lib/output/renderer.js:134:13)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/***/node_modules/typedoc/dist/lib/output/plugins/AssetsPlugin.js:13:20)
    at Module._compile (module.js:653:30)

Steps to reproduce the bug

npm install --global typedoc

typedoc --version

Environment

  • Typedoc version: 0.16.3
  • Node.js version: 8.16.0
  • OS: macOS Catalina
@socsieng socsieng added the bug Functionality does not match expectation label Jan 15, 2020
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 15, 2020

How on earth did all the tests pass with an error like that... looking into it. Sorry about that!

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 15, 2020

Fixed in 0.16.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants