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