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
@kino90 What about dropping support for node 6 and use node 8.9.x as the lowest required version of node? This way we could even use async/await
async/await
The text was updated successfully, but these errors were encountered:
I'm actually on node 8.0.0 due to other project using dependencies that aren't compatible with node >8 (I don't remember exactly, sorry 😂)
BTW I'm also using nvm, so no problem for me!
Sorry, something went wrong.
Hm, Node >=8.0.0 will work as well. Let's use that
No branches or pull requests
@kino90 What about dropping support for node 6 and use node 8.9.x as the lowest required version of node? This way we could even use
async/await
The text was updated successfully, but these errors were encountered: