util-deprecate : The Node.js `util.deprecate()` function with browser support. You can installing util-deprecate 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 util-deprecate $ sudo npm install -g util-deprecate
If want to update the util-deprecate package execute the command as below,
$ sudo npm update util-deprecate
Update package globally,
$ npm install -g util-deprecate
$ sudo git clone https://github.com/rektide/util-deprecate.git
$ sudo npm install -g ./util-deprecate
util-deprecate@1.0.2 /usr/lib/node_modules/util-deprecate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall util-deprecate
| Package Name | util-deprecate |
| Version | 1.0.2 |
| Description | The Node.js `util.deprecate()` function with browser support |
| Released Date | 2015-10-07T18:37:40.665Z |
| Published by | tootallnate |
| How to Learn | https://www.npmjs.com/package/util-deprecate/tutorial |