socks5-client : SOCKS v5 client socket implementation.. You can installing socks5-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 socks5-client $ sudo npm install -g socks5-client
If want to update the socks5-client package execute the command as below,
$ sudo npm update socks5-client
Update package globally,
$ npm install -g socks5-client
$ sudo git clone https://github.com/rektide/socks5-client.git
$ sudo npm install -g ./socks5-client
socks5-client@1.2.5 /usr/lib/node_modules/socks5-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socks5-client
| Package Name | socks5-client |
| Version | 1.2.5 |
| Description | SOCKS v5 client socket implementation. |
| Released Date | 2017-07-07T15:37:40.493Z |
| Published by | mcg |
| How to Learn | https://www.npmjs.com/package/socks5-client/tutorial |