util.promisify : Polyfill/shim for util.promisify in node versions < v8. You can installing util.promisify 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.promisify $ sudo npm install -g util.promisify
If want to update the util.promisify package execute the command as below,
$ sudo npm update util.promisify
Update package globally,
$ npm install -g util.promisify
$ sudo git clone https://github.com/rektide/util.promisify.git
$ sudo npm install -g ./util.promisify
util.promisify@1.0.0 /usr/lib/node_modules/util.promisify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall util.promisify
| Package Name | util.promisify |
| Version | 1.0.0 |
| Description | Polyfill/shim for util.promisify in node versions < v8 |
| Released Date | 2017-05-30T21:11:59.281Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/util.promisify/tutorial |