copy : Copy files or directories using globs.. You can installing 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 copy $ sudo npm install -g copy
If want to update the copy package execute the command as below,
$ sudo npm update copy
Update package globally,
$ npm install -g copy
$ sudo git clone https://github.com/rektide/copy.git
$ sudo npm install -g ./copy
copy@0.3.1 /usr/lib/node_modules/copy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall copy
Package Name | copy |
Version | 0.3.1 |
Description | Copy files or directories using globs. |
Released Date | 2017-09-01T16:44:11.874Z |
Published by | doowb |
How to Learn | https://www.npmjs.com/package/copy/tutorial |