xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

karma-cli required by Gruntfile.js #34

Closed kevinharvey closed 10 years ago

kevinharvey commented 10 years ago

npm i -g karma doesn't put a karma executable in your path (I think it used to?). I had to install karma-cli to run grunt from the test/rtd directory. Pull request forthcoming.