es6-promisify : Converts callback-based functions to ES6 Promises. You can installing es6-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 es6-promisify $ sudo npm install -g es6-promisify
If want to update the es6-promisify package execute the command as below,
$ sudo npm update es6-promisify
Update package globally,
$ npm install -g es6-promisify
$ sudo git clone https://github.com/rektide/es6-promisify.git
$ sudo npm install -g ./es6-promisify
es6-promisify@5.0.0 /usr/lib/node_modules/es6-promisify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-promisify
Package Name | es6-promisify |
Version | 5.0.0 |
Description | Converts callback-based functions to ES6 Promises |
Released Date | 2016-09-28T11:38:31.006Z |
Published by | digitaldesignlabs |
How to Learn | https://www.npmjs.com/package/es6-promisify/tutorial |