ncp : Asynchronous recursive file copy utility.. You can installing ncp 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 ncp $ sudo npm install -g ncp
If want to update the ncp package execute the command as below,
$ sudo npm update ncp
Update package globally,
$ npm install -g ncp
$ sudo git clone https://github.com/rektide/ncp.git
$ sudo npm install -g ./ncp
ncp@2.0.0 /usr/lib/node_modules/ncp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ncp
Package Name | ncp |
Version | 2.0.0 |
Description | Asynchronous recursive file copy utility. |
Released Date | 2015-02-22T20:55:26.456Z |
Published by | mmalecki |
How to Learn | https://www.npmjs.com/package/ncp/tutorial |