event-target-shim : An implementation of W3C EventTarget interface.. You can installing event-target-shim 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-target-shim $ sudo npm install -g event-target-shim
If want to update the event-target-shim package execute the command as below,
$ sudo npm update event-target-shim
Update package globally,
$ npm install -g event-target-shim
$ sudo git clone https://github.com/rektide/event-target-shim.git
$ sudo npm install -g ./event-target-shim
event-target-shim@3.0.0 /usr/lib/node_modules/event-target-shim
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall event-target-shim
Package Name | event-target-shim |
Version | 3.0.0 |
Description | An implementation of W3C EventTarget interface. |
Released Date | 2017-10-02T04:13:00.805Z |
Published by | mysticatea |
How to Learn | https://www.npmjs.com/package/event-target-shim/tutorial |