telnet-client : A simple node.js telnet client. You can installing telnet-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 telnet-client $ sudo npm install -g telnet-client
If want to update the telnet-client package execute the command as below,
$ sudo npm update telnet-client
Update package globally,
$ npm install -g telnet-client
$ sudo git clone https://github.com/rektide/telnet-client.git
$ sudo npm install -g ./telnet-client
telnet-client@0.15.5 /usr/lib/node_modules/telnet-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall telnet-client
| Package Name | telnet-client |
| Version | 0.15.5 |
| Description | A simple node.js telnet client |
| Released Date | 2017-11-07T22:45:39.521Z |
| Published by | mkozjak |
| How to Learn | https://www.npmjs.com/package/telnet-client/tutorial |