karma-html-reporter
karma-html-reporter copied to clipboard
deprecated write api
on node 0.12, latest karma i get this warning when using karma-html-reporter .write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
In fact this message originates from the mu2
dependency.
An issue was already raised on their GitHub page and a PR was created to fix it. But unfortunately it looks like the project is no longer being maintained :(
maybe we should remove the dependency and make it as internal? pretty much screwed if mu2 project no longer maintained and we just stuck here. :(
Or use nunjucks. Pretty much the de facto standard for template compilation now.
+1
Hi everyone, just wondering, is this something that's planned to be fixed in the near future?
+1 this is now broken with node 6.
+1 Just upgraded to Node v6.2.0 and this makes my karma tests fail. I had to comment this plugin out for the time being.
EDIT: I see now this is a dependency, mu2, that is causing the issue.
+1
Looks like mu2 finally merged that PR. Guess this can be closed now.