npm install -g karma
npm install -g karma-cli
If you get any MS build errors, set the msvs
version, and run again:
npm config set msvs_version 2013 --global
In you directory, do:
karma init
and go through the setup. You can choose autowatch: false
since we will be running stuff in WebStorm.