grunt-nodemon : Grunt task to run a nodemon monitor of your node.js server. You can installing grunt-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 grunt-nodemon $ sudo npm install -g grunt-nodemon
If want to update the grunt-nodemon package execute the command as below,
$ sudo npm update grunt-nodemon
Update package globally,
$ npm install -g grunt-nodemon
$ sudo git clone https://github.com/rektide/grunt-nodemon.git
$ sudo npm install -g ./grunt-nodemon
grunt-nodemon@0.4.2 /usr/lib/node_modules/grunt-nodemon
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-nodemon
Package Name | grunt-nodemon |
Version | 0.4.2 |
Description | Grunt task to run a nodemon monitor of your node.js server |
Released Date | 2016-04-15T08:14:47.372Z |
Published by | chriswren |
How to Learn | https://www.npmjs.com/package/grunt-nodemon/tutorial |