should : test framework agnostic BDD-style assertions. You can installing should 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 should $ sudo npm install -g should
If want to update the should package execute the command as below,
$ sudo npm update should
Update package globally,
$ npm install -g should
$ sudo git clone https://github.com/rektide/should.git
$ sudo npm install -g ./should
should@13.1.3 /usr/lib/node_modules/should
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall should
| Package Name | should |
| Version | 13.1.3 |
| Description | test framework agnostic BDD-style assertions |
| Released Date | 2017-10-28T11:11:28.770Z |
| Published by | btd |
| How to Learn | https://www.npmjs.com/package/should/tutorial |