babel-cli : Babel command line.. You can installing babel-cli 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-cli $ sudo npm install -g babel-cli
If want to update the babel-cli package execute the command as below,
$ sudo npm update babel-cli
Update package globally,
$ npm install -g babel-cli
$ sudo git clone https://github.com/rektide/babel-cli.git
$ sudo npm install -g ./babel-cli
babel-cli@6.26.0 /usr/lib/node_modules/babel-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-cli
Package Name | babel-cli |
Version | 6.26.0 |
Description | Babel command line. |
Released Date | 2017-08-16T15:54:25.041Z |
Published by | hzoo |
How to Learn | https://www.npmjs.com/package/babel-cli/tutorial |