copy-dereference : Copy files and directories, dereferencing symlinks and preserving last-modified times. You can installing copy-dereference 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-dereference $ sudo npm install -g copy-dereference
If want to update the copy-dereference package execute the command as below,
$ sudo npm update copy-dereference
Update package globally,
$ npm install -g copy-dereference
$ sudo git clone https://github.com/rektide/copy-dereference.git
$ sudo npm install -g ./copy-dereference
copy-dereference@1.0.0 /usr/lib/node_modules/copy-dereference
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall copy-dereference
Package Name | copy-dereference |
Version | 1.0.0 |
Description | Copy files and directories, dereferencing symlinks and preserving last-modified times |
Released Date | 2014-07-19T19:24:26.707Z |
Published by | joliss |
How to Learn | https://www.npmjs.com/package/copy-dereference/tutorial |