mdns : multicast DNS service discovery. You can installing mdns 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 mdns $ sudo npm install -g mdns
If want to update the mdns package execute the command as below,
$ sudo npm update mdns
Update package globally,
$ npm install -g mdns
$ sudo git clone https://github.com/rektide/mdns.git
$ sudo npm install -g ./mdns
mdns@2.3.4 /usr/lib/node_modules/mdns
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mdns
| Package Name | mdns |
| Version | 2.3.4 |
| Description | multicast DNS service discovery |
| Released Date | 2017-11-13T21:15:53.547Z |
| Published by | agnat |
| How to Learn | https://www.npmjs.com/package/mdns/tutorial |