Closed hlopes closed 11 years ago
I can not reproduce the error. When I clone, npm install
and grunt coverage
it works just fine. I guess this is somehow related to grunt. Are you sure you are using grunt 0.4? Maybe your grunt
command still points to the 0.3 binary. See grunt upgrading guide to check if your grunt setup is fine.
Thanks, that was the problem. After updating the grunt to 0.4.0rc5 the example worked as expected. Once again thanks.
Hi, After clone this repo in a local folder i run the recommended commands, but when i try to execute "grunt coverage" the following error is displayed:
First i think that was a package dependency missing somewhere so i have forced the installation of grunt-contrib-jasmine and grunt-istanbul.
However this attempt was unsuccessful. Can you give some hint of whats is causing this error?
Thks, Hugo Lopes