dnscache : dnscache for Node. You can installing dnscache 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 dnscache $ sudo npm install -g dnscache
If want to update the dnscache package execute the command as below,
$ sudo npm update dnscache
Update package globally,
$ npm install -g dnscache
$ sudo git clone https://github.com/rektide/dnscache.git
$ sudo npm install -g ./dnscache
dnscache@1.0.1 /usr/lib/node_modules/dnscache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dnscache
Package Name | dnscache |
Version | 1.0.1 |
Description | dnscache for Node |
Released Date | 2017-01-26T17:19:25.440Z |
Published by | drewfolta |
How to Learn | https://www.npmjs.com/package/dnscache/tutorial |