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

Plugin installation doesn't seem to work #2

Open
jasonhornsby opened this issue Aug 24, 2017 · 0 comments
Open

Plugin installation doesn't seem to work #2

jasonhornsby opened this issue Aug 24, 2017 · 0 comments

Comments

@jasonhornsby
Copy link

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.

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

1 participant