danielgtaylor/aglio

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

Opened this issue · 1 comments

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.

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

npm install artfrolkov/aglio -g