daemon : Add-on for creating *nix daemons. You can installing daemon 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 daemon $ sudo npm install -g daemon
If want to update the daemon package execute the command as below,
$ sudo npm update daemon
Update package globally,
$ npm install -g daemon
$ sudo git clone https://github.com/rektide/daemon.git
$ sudo npm install -g ./daemon
daemon@1.1.0 /usr/lib/node_modules/daemon
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall daemon
Package Name | daemon |
Version | 1.1.0 |
Description | Add-on for creating *nix daemons |
Released Date | 2013-04-02T19:04:11.179Z |
Published by | shtylman |
How to Learn | https://www.npmjs.com/package/daemon/tutorial |