gridfs-stream : Writable/Readable Nodejs compatible GridFS streams. You can installing gridfs-stream 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 gridfs-stream $ sudo npm install -g gridfs-stream
If want to update the gridfs-stream package execute the command as below,
$ sudo npm update gridfs-stream
Update package globally,
$ npm install -g gridfs-stream
$ sudo git clone https://github.com/rektide/gridfs-stream.git
$ sudo npm install -g ./gridfs-stream
gridfs-stream@1.1.1 /usr/lib/node_modules/gridfs-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gridfs-stream
Package Name | gridfs-stream |
Version | 1.1.1 |
Description | Writable/Readable Nodejs compatible GridFS streams |
Released Date | 2015-04-03T09:14:28.565Z |
Published by | reggino |
How to Learn | https://www.npmjs.com/package/gridfs-stream/tutorial |