util-inspect : cross-browser node.js `util.inspect`. You can installing util-inspect 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-inspect $ sudo npm install -g util-inspect
If want to update the util-inspect package execute the command as below,
$ sudo npm update util-inspect
Update package globally,
$ npm install -g util-inspect
$ sudo git clone https://github.com/rektide/util-inspect.git
$ sudo npm install -g ./util-inspect
util-inspect@0.1.8 /usr/lib/node_modules/util-inspect
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall util-inspect
| Package Name | util-inspect |
| Version | 0.1.8 |
| Description | cross-browser node.js `util.inspect` |
| Released Date | 2014-02-14T20:09:22.407Z |
| Published by | rauchg |
| How to Learn | https://www.npmjs.com/package/util-inspect/tutorial |