mem-fs : Simple in-memory vinyl file store. You can installing mem-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 mem-fs $ sudo npm install -g mem-fs
If want to update the mem-fs package execute the command as below,
$ sudo npm update mem-fs
Update package globally,
$ npm install -g mem-fs
$ sudo git clone https://github.com/rektide/mem-fs.git
$ sudo npm install -g ./mem-fs
mem-fs@1.1.3 /usr/lib/node_modules/mem-fs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mem-fs
Package Name | mem-fs |
Version | 1.1.3 |
Description | Simple in-memory vinyl file store |
Released Date | 2016-05-09T05:26:54.847Z |
Published by | sboudrias |
How to Learn | https://www.npmjs.com/package/mem-fs/tutorial |