graceful-fs-extra : Extra methods for the fs object (with graceful-ncp). You can installing graceful-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 graceful-fs-extra $ sudo npm install -g graceful-fs-extra
If want to update the graceful-fs-extra package execute the command as below,
$ sudo npm update graceful-fs-extra
Update package globally,
$ npm install -g graceful-fs-extra
$ sudo git clone https://github.com/rektide/graceful-fs-extra.git
$ sudo npm install -g ./graceful-fs-extra
graceful-fs-extra@2.0.0 /usr/lib/node_modules/graceful-fs-extra
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graceful-fs-extra
Package Name | graceful-fs-extra |
Version | 2.0.0 |
Description | Extra methods for the fs object (with graceful-ncp) |
Released Date | 2016-08-28T22:26:16.235Z |
Published by | adam-lynch |
How to Learn | https://www.npmjs.com/package/graceful-fs-extra/tutorial |