pify : Promisify a callback-style function. You can installing pify 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 pify $ sudo npm install -g pify
If want to update the pify package execute the command as below,
$ sudo npm update pify
Update package globally,
$ npm install -g pify
$ sudo git clone https://github.com/rektide/pify.git
$ sudo npm install -g ./pify
pify@3.0.0 /usr/lib/node_modules/pify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pify
| Package Name | pify |
| Version | 3.0.0 |
| Description | Promisify a callback-style function |
| Released Date | 2017-05-28T06:25:28.083Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/pify/tutorial |