eventemitter2 : A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.. You can installing eventemitter2 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 eventemitter2 $ sudo npm install -g eventemitter2
If want to update the eventemitter2 package execute the command as below,
$ sudo npm update eventemitter2
Update package globally,
$ npm install -g eventemitter2
$ sudo git clone https://github.com/rektide/eventemitter2.git
$ sudo npm install -g ./eventemitter2
eventemitter2@4.1.2 /usr/lib/node_modules/eventemitter2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eventemitter2
Package Name | eventemitter2 |
Version | 4.1.2 |
Description | A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support. |
Released Date | 2017-07-12T13:41:55.209Z |
Published by | rangermauve |
How to Learn | https://www.npmjs.com/package/eventemitter2/tutorial |