tiny-emitter : A tiny (less than 1k) event emitter library. You can installing tiny-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 tiny-emitter $ sudo npm install -g tiny-emitter
If want to update the tiny-emitter package execute the command as below,
$ sudo npm update tiny-emitter
Update package globally,
$ npm install -g tiny-emitter
$ sudo git clone https://github.com/rektide/tiny-emitter.git
$ sudo npm install -g ./tiny-emitter
tiny-emitter@2.0.2 /usr/lib/node_modules/tiny-emitter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tiny-emitter
| Package Name | tiny-emitter |
| Version | 2.0.2 |
| Description | A tiny (less than 1k) event emitter library |
| Released Date | 2017-08-17T11:43:39.545Z |
| Published by | scottcorgan |
| How to Learn | https://www.npmjs.com/package/tiny-emitter/tutorial |