sails-util : Shared utilities between sails, waterline, etc.. You can installing sails-util 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-util $ sudo npm install -g sails-util
If want to update the sails-util package execute the command as below,
$ sudo npm update sails-util
Update package globally,
$ npm install -g sails-util
$ sudo git clone https://github.com/rektide/sails-util.git
$ sudo npm install -g ./sails-util
sails-util@0.11.0 /usr/lib/node_modules/sails-util
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sails-util
| Package Name | sails-util |
| Version | 0.11.0 |
| Description | Shared utilities between sails, waterline, etc. |
| Released Date | 2016-01-09T07:23:48.500Z |
| Published by | sgress454 |
| How to Learn | https://www.npmjs.com/package/sails-util/tutorial |