When attempting to run on Teamcity, it fails due to the jasmine.TeamcityReporter not being present.
Apparently, the version of jasmine-reporters currently on npm is not the version that includes the correct reporter.
Proposed solutions:
1 - Get jasmine-reporters project to put their current version on npm, and update dependency for this project.
2 - Use git submodule to clone the current version of jasmine-reporters into node_modules
When manually updating the jasmine-reporters module, I could get it running no problems, but I would really like to be able to use the pure npm version of jasmine-node.
When attempting to run on Teamcity, it fails due to the jasmine.TeamcityReporter not being present. Apparently, the version of jasmine-reporters currently on npm is not the version that includes the correct reporter.
Proposed solutions: 1 - Get jasmine-reporters project to put their current version on npm, and update dependency for this project. 2 - Use git submodule to clone the current version of jasmine-reporters into node_modules
When manually updating the jasmine-reporters module, I could get it running no problems, but I would really like to be able to use the pure npm version of jasmine-node.