engine.io-client : Client for the realtime Engine. You can installing engine.io-client 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 engine.io-client $ sudo npm install -g engine.io-client
If want to update the engine.io-client package execute the command as below,
$ sudo npm update engine.io-client
Update package globally,
$ npm install -g engine.io-client
$ sudo git clone https://github.com/rektide/engine.io-client.git
$ sudo npm install -g ./engine.io-client
engine.io-client@3.1.4 /usr/lib/node_modules/engine.io-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall engine.io-client
Package Name | engine.io-client |
Version | 3.1.4 |
Description | Client for the realtime Engine |
Released Date | 2017-11-12T21:18:03.493Z |
Published by | darrachequesne |
How to Learn | https://www.npmjs.com/package/engine.io-client/tutorial |