DiFuks / typedoc-theme-hierarchy

Hierarchy theme for typedoc
MIT License
18 stars 5 forks source link

Could you update README with the minimum version of Nodejs? #25

Closed pomeloEater closed 1 year ago

pomeloEater commented 1 year ago
[error] The plugin typedoc-theme-hierarchy could not be loaded.
[error] D:\Development2023\gtmap2\gtmap2-for-uis-dev\gtmap2-for-uis-front-end\node_modules\typedoc-theme-hierarchy\dist\themes\OverrideTheme.js:26
        this._contextCache ||= new OverrideThemeContext_1.OverrideThemeContext(this, page, this.application.options);
                           ^^^

SyntaxError: Unexpected token '||='

And I found it that Logical Or assignment(||=) need Node.js version 15.0.0. (mdn web docs link here) Could you put this in the README documentation?

DiFuks commented 1 year ago

done!