net : Globalizes the net module functions. You can installing net 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 net $ sudo npm install -g net
If want to update the net package execute the command as below,
$ sudo npm update net
Update package globally,
$ npm install -g net
$ sudo git clone https://github.com/rektide/net.git
$ sudo npm install -g ./net
net@1.0.2 /usr/lib/node_modules/net
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall net
| Package Name | net |
| Version | 1.0.2 |
| Description | Globalizes the net module functions |
| Released Date | 2014-01-19T02:40:51.268Z |
| Published by | sleeplessinc |
| How to Learn | https://www.npmjs.com/package/net/tutorial |