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