macaddress : Get the MAC addresses (hardware addresses) of the hosts network interfaces.. You can installing macaddress 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 macaddress $ sudo npm install -g macaddress
If want to update the macaddress package execute the command as below,
$ sudo npm update macaddress
Update package globally,
$ npm install -g macaddress
$ sudo git clone https://github.com/rektide/macaddress.git
$ sudo npm install -g ./macaddress
macaddress@0.2.8 /usr/lib/node_modules/macaddress
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall macaddress
Package Name | macaddress |
Version | 0.2.8 |
Description | Get the MAC addresses (hardware addresses) of the hosts network interfaces. |
Released Date | 2015-04-26T12:44:59.877Z |
Published by | scravy |
How to Learn | https://www.npmjs.com/package/macaddress/tutorial |