docgeni / docgeni

📖 A modern, powerful and out of the box documentation generator for Angular components lib and markdown docs.(现代化的、强大的、开箱即用的 Angular 组件文档生成工具)

Home Page:https://docgeni.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问支持Angular6版本吗

polikm5 opened this issue · comments

Describe the bug
环境:Angular: 6.0.0
rxjs: 6.1.0
node: 16.16.0
看报错信息猜测是rxjs版本问题?
image

To Reproduce
1.在angular6的版本下ng new 然后将rxjs版本修改为6.1.0(因为当前内网环境用的就是6.1.0)
2.全局安装 @docgeni/cli npm install -g @docgeni/cli
3.docgeni init 然后就报错了

Expected behavior
当前库是否支持angular6的版本