Last release of jasmine node reporters is broken
Some of my builds started to fail on travis, and apparently the last package of [email protected] is broken and since jasmine-node dependency is >=0.2.0 the last version is loaded.
So in order to fix this until a new version arrive you can install jasmine-reporters >=0.4.1 as a dev dependency and npm will not load 2.0.0, since the previous one already meet the needs.
Quick fix! :)
















