node-fs : node-fs is an extension to the original nodejs fs library, offering new functionalities.. You can installing node-fs 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 node-fs $ sudo npm install -g node-fs
If want to update the node-fs package execute the command as below,
$ sudo npm update node-fs
Update package globally,
$ npm install -g node-fs
$ sudo git clone https://github.com/rektide/node-fs.git
$ sudo npm install -g ./node-fs
node-fs@0.1.7 /usr/lib/node_modules/node-fs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-fs
Package Name | node-fs |
Version | 0.1.7 |
Description | node-fs is an extension to the original nodejs fs library, offering new functionalities. |
Released Date | 2013-07-15T09:25:47.922Z |
Published by | bpedro |
How to Learn | https://www.npmjs.com/package/node-fs/tutorial |