-
Notifications
You must be signed in to change notification settings - Fork 30
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
deprecated write api #25
Comments
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. |
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.
The text was updated successfully, but these errors were encountered: