How to Install babel-runtime NPM Packages on Ubuntu / Debian

How to Install babel-runtime software package in NPM Packages

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

Git clone:

$ 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

How to remove babel-runtime package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall babel-runtime

Basic Information of babel-runtime NPM Package:

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