grunt-lib-contrib : Common functionality shared across grunt-contrib tasks.. You can installing grunt-lib-contrib 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 grunt-lib-contrib $ sudo npm install -g grunt-lib-contrib
If want to update the grunt-lib-contrib package execute the command as below,
$ sudo npm update grunt-lib-contrib
Update package globally,
$ npm install -g grunt-lib-contrib
$ sudo git clone https://github.com/rektide/grunt-lib-contrib.git
$ sudo npm install -g ./grunt-lib-contrib
grunt-lib-contrib@0.7.1 /usr/lib/node_modules/grunt-lib-contrib
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-lib-contrib
Package Name | grunt-lib-contrib |
Version | 0.7.1 |
Description | Common functionality shared across grunt-contrib tasks. |
Released Date | 2014-03-01T02:33:53.470Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/grunt-lib-contrib/tutorial |