fs.extra : fs.move and fs.copy for Node.JS. You can installing fs.extra 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 fs.extra $ sudo npm install -g fs.extra
If want to update the fs.extra package execute the command as below,
$ sudo npm update fs.extra
Update package globally,
$ npm install -g fs.extra
$ sudo git clone https://github.com/rektide/fs.extra.git
$ sudo npm install -g ./fs.extra
fs.extra@1.3.2 /usr/lib/node_modules/fs.extra
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs.extra
Package Name | fs.extra |
Version | 1.3.2 |
Description | fs.move and fs.copy for Node.JS |
Released Date | 2015-01-15T19:48:15.706Z |
Published by | coolaj86 |
How to Learn | https://www.npmjs.com/package/fs.extra/tutorial |