denodeify : Tool to turn functions with Node-style callback APIs into functions that return Promises. You can installing denodeify 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 denodeify $ sudo npm install -g denodeify
If want to update the denodeify package execute the command as below,
$ sudo npm update denodeify
Update package globally,
$ npm install -g denodeify
$ sudo git clone https://github.com/rektide/denodeify.git
$ sudo npm install -g ./denodeify
denodeify@1.2.1 /usr/lib/node_modules/denodeify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall denodeify
Package Name | denodeify |
Version | 1.2.1 |
Description | Tool to turn functions with Node-style callback APIs into functions that return Promises |
Released Date | 2015-02-14T05:35:10.362Z |
Published by | mattandrews |
How to Learn | https://www.npmjs.com/package/denodeify/tutorial |