I'm new to Node.js, Github, Grunt and the other tools used on the ui-grid project. I'm trying to follow the instructions at https://github.com/angular-ui/ng-grid/blob/master/FIRST_TIMER.md to get started.
Its going well, but when I run the grunt task, I get an error:
PhantomJS 1.9.7 (Windows 7) ERROR
ReferenceError: Can't find variable: jQuery
at c:/Users/russell/ng-grid/lib/test/jquery.simulate.js:328
Warning: Task "karma:angular-1.2.14" failed. Use --force to continue.
Aborted due to warnings.
I tried to execute the next command grunt install
and got the following error:
>> bower csv-js#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/gkindel/CSV-JS.git",
exit code of #128 Warning: Done, with errors. Use --force to continue. Aborted due to warnings
How do I resolve this?