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
$ sudo git clone https://github.com/rektide/nodemon.git
$ sudo npm install -g ./nodemon
nodemon@1.12.1 /usr/lib/node_modules/nodemon
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nodemon
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 |