How to Install socks NPM Packages on Ubuntu / Debian

How to Install socks software package in NPM Packages

socks : A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate). You can installing socks 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 socks
$ sudo npm install -g socks

If want to update the socks package execute the command as below,

$ sudo npm update socks

Update package globally,

$ npm install -g socks

Git clone:

$ sudo  git clone https://github.com/rektide/socks.git
$ sudo  npm install -g ./socks

socks@1.1.10 /usr/lib/node_modules/socks

How to remove socks package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall socks

Basic Information of socks NPM Package:

Package Name socks
Version 1.1.10
Description A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)
Released Date 2017-01-14T03:55:36.177Z
Published by joshglazebrook
How to Learn https://www.npmjs.com/package/socks/tutorial