danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

install aglio failed with node 11 as drafter library is too low #368

Open wen-bing opened 4 years ago

wen-bing commented 4 years ago

install agio with node 11 always failed, due to aglio depends on "drafter": "^1.0.0", while drafter 1.0.0 depends on "protagonist": "^1.6.0"

protagonist 1.6.0 compiles failed with node 11, while protagonist 2.0.0 compiles well with node 11.

please update drafter version to 2.0.0 to solve this problem.

thanks ahead.

Rio517 commented 4 years ago

I ran into this issue as well. Use this fork to workaround:

npm install artfrolkov/aglio -g