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

Handlebars 2.0 dep is borking grunt-ember-templates #23

Open tmquinn opened 9 years ago

mhenley-uk commented 9 years ago

+1

zoltan-nz commented 9 years ago

+1

npm ERR! peerinvalid Peer grunt-ember-templates@0.5.0-alpha wants handlebars@~2.0.0
npm ERR! peerinvalid Peer ember-template-compiler@1.9.0-alpha wants handlebars@~2
Dani723 commented 9 years ago

+1

ccarterc commented 9 years ago

+1

toranb commented 9 years ago

Trying not to ignore everyone here - just not sure what I can do to fix this. What does the 1.9.0-alpha version of this buy anyone? Could we update the package.json of the grunt-ember-templates project to be the last stable version (that would work with ember 1.8.1) ?

https://github.com/dgeb/grunt-ember-templates/blob/master/package.json#L36-L40

Updating these from the 1.9 release to 1.7.0 instead?

lazd commented 9 years ago

Remove peerDependencies completely and this will allow individuals to install whatever version of handlebars they desire.

toranb commented 9 years ago

done and published it as 1.9.1 for those following along

toranb commented 9 years ago

FYI - had to unpublish 1.9.1 as it was breaking the world for ember-cli users

adamw-linadm commented 9 years ago

+1

NullVoxPopuli commented 8 years ago

any updates on this?

rwjblue commented 8 years ago

No, should there be?

NullVoxPopuli commented 8 years ago

How do I resolve npm ERR! peerinvalid Peer ember-template-compiler@1.9.0-alpha wants handlebars@~2