How to Install daemon NPM Packages on Ubuntu / Debian

How to Install daemon software package in NPM Packages

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

Git clone:

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

daemon@1.1.0 /usr/lib/node_modules/daemon

How to remove daemon package :

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

$ sudo npm uninstall daemon

Basic Information of daemon NPM Package:

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