Skip to content

TypeError: Cannot call method 'equals' of undefined #119

@agponte

Description

@agponte

We've been using typedoc for a while, thank you BTW!! I updated to the latest version to get TS 1.5 support, the update/install went perfectly but I cannot generate documentation. I've tried node v0.12 and v0.10 and both error out.

Here is the stacktrace:

Using TypeScript 1.5.0-beta from C:\Program Files (x86)\nodejs\node_modules\typedoc\node_modules\typescript\bin

C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:6856
                    type.constraint.equals(this.constraint) &&
                                    ^
TypeError: Cannot call method 'equals' of undefined
    at TypeParameterType.equals (C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:6856:37)
    at Function.Type.isTypeListEqual (C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:6055:35)
    at C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:5185:52
    at Array.forEach (native)
    at C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:5184:52
    at Array.forEach (native)
    at C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:5182:52
    at Array.forEach (native)
    at ImplementsPlugin.analyzeClass (C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:5161:46)
    at C:\Program Files (x86)\nodejs\node_modules\typedoc\bin\typedoc.js:5226:35

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions