-
Notifications
You must be signed in to change notification settings - Fork 55
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
Only compatible with Node ^4.0.0. Does it mean 6 and 6+ version isn't supported? #95
Comments
I'm pretty sure it will work fine on Node >= 4.0.0. |
@tyscorp No, it didn't work for me on node version 7.3.0 and v6.x.x
Thanks |
igauravsehrawat
changed the title
Only compatible with Node ^4.0.0. Does it mean 5 and 5+ version isn't supported?
Only compatible with Node ^4.0.0. Does it mean 6 and 6+ version isn't supported?
Oct 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By sem versioning, ^4.0.0 tell us that versions 4.x.x are supported and none after that.
Am I right?
Node v4 will be out of LTS soon, can we expect future version of Node to be supported?
I see
unless someone adds a babel precompilation step
, I am interested in doing it, what's the right place to start it?Thanks
The text was updated successfully, but these errors were encountered: