Open tmquinn opened 10 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
+1
+1
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?
Remove peerDependencies
completely and this will allow individuals to install whatever version of handlebars
they desire.
done and published it as 1.9.1 for those following along
FYI - had to unpublish 1.9.1 as it was breaking the world for ember-cli users
+1
any updates on this?
No, should there be?
How do I resolve npm ERR! peerinvalid Peer ember-template-compiler@1.9.0-alpha wants handlebars@~2
+1