Installation
The recommended approach is to install Karma (and all the plugins your project needs) locally in the project's directory.
# Install Karma: $ npm install karma --save-dev # Install plugins that your project needs: $ npm install karma-jasmine karma-chrome-launcher --save-dev
The installation in Windows requires Visual Studio Express 2012 and adding --msvs_version=2012