-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Set min node.js version to 6.9 #918
Conversation
I see you opened an issue there: webpack/webpack#6579 Can you please set min version to |
In jantimon#861 support for nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10 as well as version 6.10.3 running on AWS Lambda. See also discussion in webpack/webpack#6579
a27f1e6
to
038773d
Compare
Thanks for feedback, updated |
In #861 support for nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10 as well as version 6.10.3 running on AWS Lambda. See also discussion in webpack/webpack#6579 #918
I also set the travis version to 6.9 and will merge it as soon as travis is happy :) |
In #861 support for nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10 as well as version 6.10.3 running on AWS Lambda. See also discussion in webpack/webpack#6579 #918
Merged into 3.2.0 |
Thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In #861 support for nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10 as well as version 6.10.3 running on AWS Lambda.
If features newer then 6.0.0 are needed, we should only set the minor version, not the patch level, e.g. 6.11.0 instead of 6.11.5 because Linux distributions often apply patches to a fixed version, so v6.11.4 on Ubuntu is likely to have all security fixes that are in 6.11.5.