jasmine : Command line jasmine. You can installing jasmine 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 jasmine $ sudo npm install -g jasmine
If want to update the jasmine package execute the command as below,
$ sudo npm update jasmine
Update package globally,
$ npm install -g jasmine
$ sudo git clone https://github.com/rektide/jasmine.git
$ sudo npm install -g ./jasmine
jasmine@2.8.0 /usr/lib/node_modules/jasmine
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jasmine
Package Name | jasmine |
Version | 2.8.0 |
Description | Command line jasmine |
Released Date | 2017-08-24T19:05:12.759Z |
Published by | slackersoft |
How to Learn | https://www.npmjs.com/package/jasmine/tutorial |