-
Notifications
You must be signed in to change notification settings - Fork 2k
problems on nodejs v4.2.1 LTS. #1015
Comments
We don't fully support Node 4 yet. The master branch has some initial support for Node 4, but we don't fully support it yet. We're waiting on all dependencies to catch up, and for us to be able to test and bring them in. |
Ok, Thanks!, would be nice to add to that to the main page. Cheers. |
@ezekkiel those are easy fixes and actually, a PR would be very welcome. 1 PR would be to update our dependency of Karma to the latest. Another PR would be to add Istanbul as a devDependency, which will get rid of those warnings. |
@ezekkiel If you use the master branch of this repo, it does work on Node 4. I've been using it for several weeks now. There are npm WARN messages, but those are just warnings for when npm v3 is released. a PR is still welcome, but not necessary to get it working on Node 4. |
@codydaig so we can close it for now then. If problems arise with Node v4 on the latest master branch then we can re-open. |
Ok |
There is new package for checking node 4.2 compatibily - https://www.npmjs.com/package/upgrade-ready. |
Have problems with karma on
npm install
with nodejs v4.1.2 :The text was updated successfully, but these errors were encountered: