karma-jasmine-html-reporter : A Karma plugin. Dynamically displays tests results at debug.html page. You can installing karma-jasmine-html-reporter npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install karma-jasmine-html-reporter $ sudo npm install -g karma-jasmine-html-reporter
If want to update the karma-jasmine-html-reporter package execute the command as below,
$ sudo npm update karma-jasmine-html-reporter
Update package globally,
$ npm install -g karma-jasmine-html-reporter
$ sudo git clone https://github.com/rektide/karma-jasmine-html-reporter.git
$ sudo npm install -g ./karma-jasmine-html-reporter
karma-jasmine-html-reporter@0.2.2 /usr/lib/node_modules/karma-jasmine-html-reporter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall karma-jasmine-html-reporter
Package Name | karma-jasmine-html-reporter |
Version | 0.2.2 |
Description | A Karma plugin. Dynamically displays tests results at debug.html page |
Released Date | 2016-08-20T09:29:53.005Z |
Published by | testaccount |
How to Learn | https://www.npmjs.com/package/karma-jasmine-html-reporter/tutorial |