ember-template-compiler : An npm module for the ember-template-compiler.js file that ships with ember.js. You can installing ember-template-compiler 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 ember-template-compiler $ sudo npm install -g ember-template-compiler
If want to update the ember-template-compiler package execute the command as below,
$ sudo npm update ember-template-compiler
Update package globally,
$ npm install -g ember-template-compiler
$ sudo git clone https://github.com/rektide/ember-template-compiler.git
$ sudo npm install -g ./ember-template-compiler
ember-template-compiler@1.9.0-alpha /usr/lib/node_modules/ember-template-compiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ember-template-compiler
Package Name | ember-template-compiler |
Version | 1.9.0-alpha |
Description | An npm module for the ember-template-compiler.js file that ships with ember.js |
Released Date | 2014-10-19T04:45:38.155Z |
Published by | rwjblue |
How to Learn | https://www.npmjs.com/package/ember-template-compiler/tutorial |