I used node.js to install karma. My first try failed when running the following command on Terminal:
npm install -g karma
That failed so I dec
When upgrading from Karma 0.10 to 0.12 the link to the karma executable is removed.
You can get it back with
cd node_modules/.bin ln -s ../karma/bin/karma karma