How to Install node-dev NPM Packages on Ubuntu / Debian

How to Install node-dev software package in NPM Packages

node-dev : Restarts your app when files are modified. You can installing node-dev 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 node-dev
$ sudo npm install -g node-dev

If want to update the node-dev package execute the command as below,

$ sudo npm update node-dev

Update package globally,

$ npm install -g node-dev

Git clone:

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

node-dev@3.1.3 /usr/lib/node_modules/node-dev

How to remove node-dev package :

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

$ sudo npm uninstall node-dev

Basic Information of node-dev NPM Package:

Package Name node-dev
Version 3.1.3
Description Restarts your app when files are modified
Released Date 2016-05-30T08:42:55.555Z
Published by fgnass
How to Learn https://www.npmjs.com/package/node-dev/tutorial