broccoli-babel-transpiler : A Broccoli plugin which transpile ES6 to readable ES5 by using babel.. You can installing broccoli-babel-transpiler 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 broccoli-babel-transpiler $ sudo npm install -g broccoli-babel-transpiler
If want to update the broccoli-babel-transpiler package execute the command as below,
$ sudo npm update broccoli-babel-transpiler
Update package globally,
$ npm install -g broccoli-babel-transpiler
$ sudo git clone https://github.com/rektide/broccoli-babel-transpiler.git
$ sudo npm install -g ./broccoli-babel-transpiler
broccoli-babel-transpiler@6.1.2 /usr/lib/node_modules/broccoli-babel-transpiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall broccoli-babel-transpiler
Package Name | broccoli-babel-transpiler |
Version | 6.1.2 |
Description | A Broccoli plugin which transpile ES6 to readable ES5 by using babel. |
Released Date | 2017-08-01T16:36:38.768Z |
Published by | stefanpenner |
How to Learn | https://www.npmjs.com/package/broccoli-babel-transpiler/tutorial |