We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
I ran into this issue as well. Use this fork to workaround:
npm install artfrolkov/aglio -g
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: