-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Drop Node 4 support #3016
Comments
I guess we should release one more time on 2.x before the upgrade to drop 4.x node. But just now we are frozen by some yarn/cloudflare/npmjs issue. |
@johnjbarton What is the issue? Anything I can help with? |
https://travis-ci.org/karma-runner/karma/jobs/385281416
yarn install v1.3.2
[1/5] Validating package.json...
[2/5] Resolving packages...
error Received malformed response from registry for undefined. The
registry may be down.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation
about this command.
The command "eval yarn " failed. Retrying, 2 of 3.
…On Tue, May 29, 2018 at 9:57 AM, Yaroslav Admin ***@***.***> wrote:
@johnjbarton <https://github.com/johnjbarton> What is the issue? Anything
I can help with?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3016 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMjAv4KdmmROwENNJxsvIlHR-x2I_Rzks5t3X34gaJpZM4UMzlf>
.
|
As I suspected, the issue resolved itself. |
@johnjbarton, @devoto13 any update on that ? Is there anything that stop us from removing Node 4 support ? |
Next week I will try to:
|
2 tasks
Fixed by #3082 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node 4 has reached end-of-life on 30th of April. There are libraries out there, which have already dropped support for it to benefit from new ES feature available with newer versions.
Opening this issue to discuss how Karma can drop Node 4 support. This will probably require a major version bump as it will break everybody, who is stuck with Node 4.
Benefits of dropping Node 4 support:
class
is available without strict modearguments
and will allow to move remaining functions to arrow functions)So, what does it take to drop support for Node 4?
The text was updated successfully, but these errors were encountered: