fstream : Advanced file system stream things. You can installing fstream 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 fstream $ sudo npm install -g fstream
If want to update the fstream package execute the command as below,
$ sudo npm update fstream
Update package globally,
$ npm install -g fstream
$ sudo git clone https://github.com/rektide/fstream.git
$ sudo npm install -g ./fstream
fstream@1.0.11 /usr/lib/node_modules/fstream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fstream
| Package Name | fstream |
| Version | 1.0.11 |
| Description | Advanced file system stream things |
| Released Date | 2017-03-07T21:47:01.527Z |
| Published by | zkat |
| How to Learn | https://www.npmjs.com/package/fstream/tutorial |