babel : Turn ES6 code into readable vanilla ES5 with source maps. You can installing babel 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 $ sudo npm install -g babel
If want to update the babel package execute the command as below,
$ sudo npm update babel
Update package globally,
$ npm install -g babel
$ sudo git clone https://github.com/rektide/babel.git
$ sudo npm install -g ./babel
babel@6.23.0 /usr/lib/node_modules/babel
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel
| Package Name | babel |
| Version | 6.23.0 |
| Description | Turn ES6 code into readable vanilla ES5 with source maps |
| Released Date | 2017-02-13T23:04:30.620Z |
| Published by | loganfsmyth |
| How to Learn | https://www.npmjs.com/package/babel/tutorial |