babel-watch : Reload your babel-node app on JS source file changes. And do it *fast*.. You can installing babel-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 babel-watch $ sudo npm install -g babel-watch
If want to update the babel-watch package execute the command as below,
$ sudo npm update babel-watch
Update package globally,
$ npm install -g babel-watch
$ sudo git clone https://github.com/rektide/babel-watch.git
$ sudo npm install -g ./babel-watch
babel-watch@2.0.7 /usr/lib/node_modules/babel-watch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-watch
Package Name | babel-watch |
Version | 2.0.7 |
Description | Reload your babel-node app on JS source file changes. And do it *fast*. |
Released Date | 2017-07-10T11:05:04.374Z |
Published by | kmag |
How to Learn | https://www.npmjs.com/package/babel-watch/tutorial |