How to Install mdns NPM Packages on Ubuntu / Debian

How to Install mdns software package in NPM Packages

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

Git clone:

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

mdns@2.3.4 /usr/lib/node_modules/mdns

How to remove mdns package :

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

$ sudo npm uninstall mdns

Basic Information of mdns NPM Package:

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