Skip to content

Plugin installation doesn't seem to work #2

@jasonhornsby

Description

@jasonhornsby

After installing the plugin in the way described in the docs typedoc failes to build any documentation. It just throws this error:

> typedoc --out ./doc ./src --module commonjs --mode modules

Error: The plugin typedoc-plugin-external-module-name could not be loaded.

Error: Cannot find module 'typedoc-plugin-external-module-name'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at PluginHost.load (/usr/lib/node_modules/typedoc/dist/lib/utils/plugins.js:46:32)
    at CliApplication.Application.bootstrap (/usr/lib/node_modules/typedoc/dist/lib/application.js:51:22)
    at CliApplication.bootstrap (/usr/lib/node_modules/typedoc/dist/lib/cli.js:38:49)
    at CliApplication.Application (/usr/lib/node_modules/typedoc/dist/lib/application.js:39:15)
    at new CliApplication (/usr/lib/node_modules/typedoc/dist/lib/cli.js:35:42)
    at Object.<anonymous> (/usr/lib/node_modules/typedoc/bin/typedoc:4:1)

The only way I can figure out how to get it working again is by deinstalling the plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions