es6-templates : ES6 template strings compiled to ES5.. You can installing es6-templates 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 es6-templates $ sudo npm install -g es6-templates
If want to update the es6-templates package execute the command as below,
$ sudo npm update es6-templates
Update package globally,
$ npm install -g es6-templates
$ sudo git clone https://github.com/rektide/es6-templates.git
$ sudo npm install -g ./es6-templates
es6-templates@0.2.3 /usr/lib/node_modules/es6-templates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-templates
Package Name | es6-templates |
Version | 0.2.3 |
Description | ES6 template strings compiled to ES5. |
Released Date | 2016-09-02T16:16:14.707Z |
Published by | eventualbuddha |
How to Learn | https://www.npmjs.com/package/es6-templates/tutorial |