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