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
I was also facing the same issue. It looks like karma for command line is a separate package which can be installed by
npm install -g karma-cli