jasmine-node dependency jasmine-reporters missing
Closed this issue · 3 comments
jasmine-node relies on jasmine-reporters, and even if I have it installed globally jake fails to run the unit tests. Did you forget to add the module to the repo?
I'm new to jake, so it's also possible that I have it misconfigured so it can't find my global node_modules, however if I symlink the global module into the node_modules folder in the repo, things run fine.
It seems to be an issue with jasmine-node.
Its node_modules directory is ignored: https://github.com/mhevery/jasmine-node/blob/master/.gitignore
I got the dependencies when installing it with npm but I didn't notice that I wasn't committing them.
I've installed and pushed jasmine-reporters.
Can you confirm me that it works now? Then I'll close this issue and file one on jasmine-node.
Thanks for pointing out!
I'll check this when I get home (at the office now).
I reinstalled jasmine-node npm and jasmine-reporters gets included so I'm closing the issue