How to Install nodemon NPM Packages on Ubuntu / Debian

How to Install nodemon software package in NPM Packages

nodemon : Simple monitor script for use during development of a node.js app.. You can installing nodemon 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 nodemon
$ sudo npm install -g nodemon

If want to update the nodemon package execute the command as below,

$ sudo npm update nodemon

Update package globally,

$ npm install -g nodemon

Git clone:

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

nodemon@1.12.1 /usr/lib/node_modules/nodemon

How to remove nodemon package :

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

$ sudo npm uninstall nodemon

Basic Information of nodemon NPM Package:

Package Name nodemon
Version 1.12.1
Description Simple monitor script for use during development of a node.js app.
Released Date 2017-09-15T06:43:18.602Z
Published by remy
How to Learn https://www.npmjs.com/package/nodemon/tutorial