How to Install babel NPM Packages on Ubuntu / Debian

How to Install babel software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/babel.git
$ sudo  npm install -g ./babel

babel@6.23.0 /usr/lib/node_modules/babel

How to remove babel package :

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

$ sudo npm uninstall babel

Basic Information of babel NPM Package:

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