event-to-promise : Create a promise waiting for an event. You can installing event-to-promise 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 event-to-promise $ sudo npm install -g event-to-promise
If want to update the event-to-promise package execute the command as below,
$ sudo npm update event-to-promise
Update package globally,
$ npm install -g event-to-promise
$ sudo git clone https://github.com/rektide/event-to-promise.git
$ sudo npm install -g ./event-to-promise
event-to-promise@0.8.0 /usr/lib/node_modules/event-to-promise
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall event-to-promise
Package Name | event-to-promise |
Version | 0.8.0 |
Description | Create a promise waiting for an event |
Released Date | 2017-03-01T10:12:08.044Z |
Published by | julien-f |
How to Learn | https://www.npmjs.com/package/event-to-promise/tutorial |