fs-extra-promise : Node file system library and fs-extra module promisified with bluebird. You can installing fs-extra-promise 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-promise $ sudo npm install -g fs-extra-promise
If want to update the fs-extra-promise package execute the command as below,
$ sudo npm update fs-extra-promise
Update package globally,
$ npm install -g fs-extra-promise
$ sudo git clone https://github.com/rektide/fs-extra-promise.git
$ sudo npm install -g ./fs-extra-promise
fs-extra-promise@1.0.1 /usr/lib/node_modules/fs-extra-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-extra-promise
Package Name | fs-extra-promise |
Version | 1.0.1 |
Description | Node file system library and fs-extra module promisified with bluebird |
Released Date | 2017-04-08T16:42:47.384Z |
Published by | overlookmotel |
How to Learn | https://www.npmjs.com/package/fs-extra-promise/tutorial |