toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

Failes to resolve dependencies when using the lastest handlebars v2.0.0-alpha.2 #18

Closed rpmoore closed 9 years ago

rpmoore commented 10 years ago

When attempting to install this with the latest version of handlebars, npm complains about not being able to meet the dependency requirements.

rwjblue commented 10 years ago

Can you paste the output?

rwjblue commented 10 years ago

Actually, I just re-read the issue description. This package won't support Handlebars 2.0 until Ember itself does (which it definitely doesn't at the moment).

rpmoore commented 10 years ago

Gotchya, I didn't realize ember did not support the latest handlebars yet. I'll go ahead and down rev my version of handlebars.

As an aside, when I did up the rev for handlebars in the package.json file for ember-template-compiler, the test failed.

rwjblue commented 10 years ago

I don't think we have looked at the requirements to make Handlebars 2.0 work yet, and since it is still alpha (so its subject to change) we might hold off until a beta is shipped.

rwjblue commented 9 years ago

Working on updating to Handlebars 2.0....

https://github.com/emberjs/website/pull/1741 https://github.com/emberjs/ember.js/pull/9359 https://github.com/toranb/ember-template-compiler/pull/21

rwjblue commented 9 years ago

Closed by #21.