rollup-watch : Watch files for changes and perform incremental rebuilds with Rollup. You can installing rollup-watch 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 rollup-watch $ sudo npm install -g rollup-watch
If want to update the rollup-watch package execute the command as below,
$ sudo npm update rollup-watch
Update package globally,
$ npm install -g rollup-watch
$ sudo git clone https://github.com/rektide/rollup-watch.git
$ sudo npm install -g ./rollup-watch
rollup-watch@4.3.1 /usr/lib/node_modules/rollup-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rollup-watch
| Package Name | rollup-watch |
| Version | 4.3.1 |
| Description | Watch files for changes and perform incremental rebuilds with Rollup |
| Released Date | 2017-07-12T22:31:24.354Z |
| Published by | rich_harris |
| How to Learn | https://www.npmjs.com/package/rollup-watch/tutorial |