-
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
npm no longer supports Node.js <4, stop updating it to the latest there #2677
Comments
When is it planned to drop support for Node.js <4 in Karma? That would solve this issue for now. If that's not planned soon, we should perhaps:
|
There is already a task open for that #2490. The main thing here is getting all modules ready for this for v2.0, which should include other breaking changes that we want to do. |
I think we should update npm in Node 0.10/0.12/4 to npm@3 as that we know is officially supported and leave the other Nodes as they are. Then we'll only test on npm>=3 but where such npm is already available by default we'll use the included version. That's the version most people will use so I think that's preferable. PR: #2715. |
Expected behaviour
npm shouldn't be updated to a version not supported in a particular environment.
Actual behaviour
npm gets updated to the latest version on all Node versions, including 0.10 & 0.12 which it no longer supports. This causes lots of warning messages and in some time it will most likely stop working:
https://travis-ci.org/karma-runner/karma/jobs/225953592
Environment Details
karma --version
): masterkarma.config.js
file: N/ASteps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: