gulp-nodemon : its gulp + nodemon + convenience. You can installing gulp-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 gulp-nodemon $ sudo npm install -g gulp-nodemon
If want to update the gulp-nodemon package execute the command as below,
$ sudo npm update gulp-nodemon
Update package globally,
$ npm install -g gulp-nodemon
$ sudo git clone https://github.com/rektide/gulp-nodemon.git
$ sudo npm install -g ./gulp-nodemon
gulp-nodemon@2.2.1 /usr/lib/node_modules/gulp-nodemon
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-nodemon
Package Name | gulp-nodemon |
Version | 2.2.1 |
Description | its gulp + nodemon + convenience |
Released Date | 2016-09-29T05:55:14.564Z |
Published by | jacksongariety |
How to Learn | https://www.npmjs.com/package/gulp-nodemon/tutorial |