jasmine-core : Official packaging of Jasmines core files for use by Node.js projects.. You can installing jasmine-core 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-core $ sudo npm install -g jasmine-core
If want to update the jasmine-core package execute the command as below,
$ sudo npm update jasmine-core
Update package globally,
$ npm install -g jasmine-core
$ sudo git clone https://github.com/rektide/jasmine-core.git
$ sudo npm install -g ./jasmine-core
jasmine-core@2.8.0 /usr/lib/node_modules/jasmine-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jasmine-core
Package Name | jasmine-core |
Version | 2.8.0 |
Description | Official packaging of Jasmines core files for use by Node.js projects. |
Released Date | 2017-08-24T18:54:43.468Z |
Published by | slackersoft |
How to Learn | https://www.npmjs.com/package/jasmine-core/tutorial |