sails-disk : Persistent local-disk adapter for Sails.js / Waterline. You can installing sails-disk 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 sails-disk $ sudo npm install -g sails-disk
If want to update the sails-disk package execute the command as below,
$ sudo npm update sails-disk
Update package globally,
$ npm install -g sails-disk
$ sudo git clone https://github.com/rektide/sails-disk.git
$ sudo npm install -g ./sails-disk
sails-disk@0.10.10 /usr/lib/node_modules/sails-disk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sails-disk
| Package Name | sails-disk |
| Version | 0.10.10 |
| Description | Persistent local-disk adapter for Sails.js / Waterline |
| Released Date | 2016-06-06T23:12:34.977Z |
| Published by | particlebanana |
| How to Learn | https://www.npmjs.com/package/sails-disk/tutorial |