krisztianb / typedoc-plugin-merge-modules

Plugin for TypeDoc that merges the content of modules
ISC License
21 stars 4 forks source link

Error when running typedoc #4

Closed slalum closed 3 years ago

slalum commented 3 years ago

When running typedoc I'm getting the following error:

The plugin C:**\base\node_modules\typedoc-plugin-merge-modules could not be loaded. Error: C:**\base\node_modules\marked\src\marked.js:158 const prevRenderer = extensions.renderers?.[ext.name];

krisztianb commented 3 years ago

I don't think the problem is related to this plugin. Looks like the error happens in the code of Marked.

What have you tried to resolve the issue? I have some suggestions:

Btw. What is const prevRenderer = extensions.renderers?.[ext.name];? I that line 158 from the marked.js file?

slalum commented 3 years ago

The error happens after installing the plugin (The plugin could not be loaded). Without the plugin 'typedoc' works. I have another typedoc plugin that is loaded.

I tried changing node version with no success.