fs-ext : Extensions to core fs module.. You can installing fs-ext 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-ext $ sudo npm install -g fs-ext
If want to update the fs-ext package execute the command as below,
$ sudo npm update fs-ext
Update package globally,
$ npm install -g fs-ext
$ sudo git clone https://github.com/rektide/fs-ext.git
$ sudo npm install -g ./fs-ext
fs-ext@1.0.0 /usr/lib/node_modules/fs-ext
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-ext
Package Name | fs-ext |
Version | 1.0.0 |
Description | Extensions to core fs module. |
Released Date | 2017-09-19T14:43:42.977Z |
Published by | msergeant |
How to Learn | https://www.npmjs.com/package/fs-ext/tutorial |