assert-plus : Extra assertions on top of nodes assert module. You can installing assert-plus 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 assert-plus $ sudo npm install -g assert-plus
If want to update the assert-plus package execute the command as below,
$ sudo npm update assert-plus
Update package globally,
$ npm install -g assert-plus
$ sudo git clone https://github.com/rektide/assert-plus.git
$ sudo npm install -g ./assert-plus
assert-plus@1.0.0 /usr/lib/node_modules/assert-plus
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall assert-plus
Package Name | assert-plus |
Version | 1.0.0 |
Description | Extra assertions on top of nodes assert module |
Released Date | 2016-01-27T19:03:38.091Z |
Published by | pfmooney |
How to Learn | https://www.npmjs.com/package/assert-plus/tutorial |