christopherthielen / typedoc-plugin-external-module-name

Specify the Typedoc Module of a file using @module annotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin not working with typescript 2.0.3

emilekberg opened this issue · comments

There seem to be an issue where the plugin does not work for me when using typescript 2.0.3. I fixed this by removing the ones this plugin installed in the node_modules folder, making it use a higher typedoc and typescript version, i.e. the ones in the root node_modules folder.

Same issue here.
@emilekberg, for root do you intend global one?

@emilianosantucci no, i used an local installation, so what i meant was the one in the node_modules next to the package.json. I guess the same thing goes for the global one though.

This should be fixed now. See #4
The plugin now requires a peerDependency of typedoc ^0.5.3

@christopherthielen Nice, it worked once updated. Thanks!

Yay!!!