eventsource-polyfill : A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/). You can installing eventsource-polyfill 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 eventsource-polyfill $ sudo npm install -g eventsource-polyfill
If want to update the eventsource-polyfill package execute the command as below,
$ sudo npm update eventsource-polyfill
Update package globally,
$ npm install -g eventsource-polyfill
$ sudo git clone https://github.com/rektide/eventsource-polyfill.git
$ sudo npm install -g ./eventsource-polyfill
eventsource-polyfill@0.9.6 /usr/lib/node_modules/eventsource-polyfill
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eventsource-polyfill
Package Name | eventsource-polyfill |
Version | 0.9.6 |
Description | A browser polyfill for W3C EventSource (http://www.w3.org/TR/eventsource/) |
Released Date | 2015-02-28T18:13:11.537Z |
Published by | amvtek |
How to Learn | https://www.npmjs.com/package/eventsource-polyfill/tutorial |