fbemitter : Facebooks EventEmitter is a simple emitter implementation that prioritizes speed and simplicity. It is conceptually similar to other emitters like Nodes EventEmitter, but the precise APIs differ. More complex abstractions like the event systems used on . You can installing fbemitter 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 fbemitter $ sudo npm install -g fbemitter
If want to update the fbemitter package execute the command as below,
$ sudo npm update fbemitter
Update package globally,
$ npm install -g fbemitter
$ sudo git clone https://github.com/rektide/fbemitter.git
$ sudo npm install -g ./fbemitter
fbemitter@2.1.1 /usr/lib/node_modules/fbemitter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fbemitter
Package Name | fbemitter |
Version | 2.1.1 |
Description | Facebooks EventEmitter is a simple emitter implementation that prioritizes speed and simplicity. It is conceptually similar to other emitters like Nodes EventEmitter, but the precise APIs differ. More complex abstractions like the event systems used on |
Released Date | 2016-09-03T03:49:45.334Z |
Published by | zpao |
How to Learn | https://www.npmjs.com/package/fbemitter/tutorial |