traceur : ES6 to ES5 compiler. You can installing traceur 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 traceur $ sudo npm install -g traceur
If want to update the traceur package execute the command as below,
$ sudo npm update traceur
Update package globally,
$ npm install -g traceur
$ sudo git clone https://github.com/rektide/traceur.git
$ sudo npm install -g ./traceur
traceur@0.0.111 /usr/lib/node_modules/traceur
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall traceur
| Package Name | traceur |
| Version | 0.0.111 |
| Description | ES6 to ES5 compiler |
| Released Date | 2016-06-09T03:23:34.165Z |
| Published by | arv |
| How to Learn | https://www.npmjs.com/package/traceur/tutorial |