christopherthielen / typedoc-plugin-internal-external

TypeDoc plugin: specify if a symbol is internal or external

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: The plugin typedoc-plugin-internal-external could not be loaded

calvinwoo opened this issue · comments

Following the install instructions, I see the following error message:

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

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

I am using Typescript version 2.4.0.

If you are using the global typedoc you have to install this module globally.