promisify-node : Wrap Node-callback functions to return Promises.. You can installing promisify-node 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 promisify-node $ sudo npm install -g promisify-node
If want to update the promisify-node package execute the command as below,
$ sudo npm update promisify-node
Update package globally,
$ npm install -g promisify-node
$ sudo git clone https://github.com/rektide/promisify-node.git
$ sudo npm install -g ./promisify-node
promisify-node@0.4.0 /usr/lib/node_modules/promisify-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall promisify-node
| Package Name | promisify-node |
| Version | 0.4.0 |
| Description | Wrap Node-callback functions to return Promises. |
| Released Date | 2016-03-11T07:21:23.263Z |
| Published by | tbranyen |
| How to Learn | https://www.npmjs.com/package/promisify-node/tutorial |