Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wen-bing opened this issue Nov 15, 2019 · 1 comment
Open

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

wen-bing opened this issue Nov 15, 2019 · 1 comment

Comments

@wen-bing
Copy link

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
Copy link

Rio517 commented Jul 29, 2020

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

npm install artfrolkov/aglio -g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants