wingedfox/dgeni-alive

Incompatibilities with dgeni-packages 0.13.x

Closed this issue · 2 comments

With version 0.13.x of dgeni-packages, there is a bug in checkAnchorLinks.js on line 13 where existence of doc.outputPath is not checked. I recommend upgrading to 0.16.0.

Also, there is a bug when using the examples-ext package, where path is not defined. The following line should be added at the top of the file.

var path = require('path');

Hi,

Thank you for the report, update will take a time because dgeni-packages upgraded nunjucks which requires to update all templates.

Merged.