fs-blob-store : blob store that stores blobs on the local file system. You can installing fs-blob-store 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-blob-store $ sudo npm install -g fs-blob-store
If want to update the fs-blob-store package execute the command as below,
$ sudo npm update fs-blob-store
Update package globally,
$ npm install -g fs-blob-store
$ sudo git clone https://github.com/rektide/fs-blob-store.git
$ sudo npm install -g ./fs-blob-store
fs-blob-store@5.2.1 /usr/lib/node_modules/fs-blob-store
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fs-blob-store
Package Name | fs-blob-store |
Version | 5.2.1 |
Description | blob store that stores blobs on the local file system |
Released Date | 2015-12-23T19:38:53.269Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/fs-blob-store/tutorial |