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

How to Install babel-cli software package in NPM Packages

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

Git clone:

$ 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

How to remove babel-cli package :

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

$ sudo npm uninstall babel-cli

Basic Information of babel-cli NPM Package:

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