event-emitter : Environment agnostic event emitter. You can installing event-emitter 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-emitter $ sudo npm install -g event-emitter
If want to update the event-emitter package execute the command as below,
$ sudo npm update event-emitter
Update package globally,
$ npm install -g event-emitter
$ sudo git clone https://github.com/rektide/event-emitter.git
$ sudo npm install -g ./event-emitter
event-emitter@0.3.5 /usr/lib/node_modules/event-emitter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall event-emitter
Package Name | event-emitter |
Version | 0.3.5 |
Description | Environment agnostic event emitter |
Released Date | 2017-03-15T15:31:10.980Z |
Published by | medikoo |
How to Learn | https://www.npmjs.com/package/event-emitter/tutorial |