utils : Fast, generic JavaScript/node.js utility functions.. You can installing utils 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 utils $ sudo npm install -g utils
If want to update the utils package execute the command as below,
$ sudo npm update utils
Update package globally,
$ npm install -g utils
$ sudo git clone https://github.com/rektide/utils.git
$ sudo npm install -g ./utils
utils@0.3.1 /usr/lib/node_modules/utils
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall utils
| Package Name | utils |
| Version | 0.3.1 |
| Description | Fast, generic JavaScript/node.js utility functions. |
| Released Date | 2015-09-24T00:06:49.213Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/utils/tutorial |