network-address : get the local network address of your machine. You can installing network-address 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 network-address $ sudo npm install -g network-address
If want to update the network-address package execute the command as below,
$ sudo npm update network-address
Update package globally,
$ npm install -g network-address
$ sudo git clone https://github.com/rektide/network-address.git
$ sudo npm install -g ./network-address
network-address@1.1.2 /usr/lib/node_modules/network-address
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall network-address
| Package Name | network-address |
| Version | 1.1.2 |
| Description | get the local network address of your machine |
| Released Date | 2017-01-17T15:00:09.484Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/network-address/tutorial |