reconnect-core : Generic stream reconnection module.. You can installing reconnect-core 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 reconnect-core $ sudo npm install -g reconnect-core
If want to update the reconnect-core package execute the command as below,
$ sudo npm update reconnect-core
Update package globally,
$ npm install -g reconnect-core
$ sudo git clone https://github.com/rektide/reconnect-core.git
$ sudo npm install -g ./reconnect-core
reconnect-core@1.3.0 /usr/lib/node_modules/reconnect-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall reconnect-core
| Package Name | reconnect-core |
| Version | 1.3.0 |
| Description | Generic stream reconnection module. |
| Released Date | 2016-06-27T09:50:28.550Z |
| Published by | juliangruber |
| How to Learn | https://www.npmjs.com/package/reconnect-core/tutorial |