grunt-contrib-clean : Clean files and folders. You can installing grunt-contrib-clean 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-contrib-clean $ sudo npm install -g grunt-contrib-clean
If want to update the grunt-contrib-clean package execute the command as below,
$ sudo npm update grunt-contrib-clean
Update package globally,
$ npm install -g grunt-contrib-clean
$ sudo git clone https://github.com/rektide/grunt-contrib-clean.git
$ sudo npm install -g ./grunt-contrib-clean
grunt-contrib-clean@1.1.0 /usr/lib/node_modules/grunt-contrib-clean
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-clean
Package Name | grunt-contrib-clean |
Version | 1.1.0 |
Description | Clean files and folders |
Released Date | 2017-04-13T00:37:02.438Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-clean/tutorial |