Open jiangty-addepar opened 10 years ago
Update: I don't think this package is at fault for the error (I reset to old versions of ember / handlebars and just tried upgrading this package alone, and it seems fine.) Still, the docs should probably be changed?
In ember-template-compiler.js, there are the lines
but recent commits have clearly updated Handlebars to 1.3.0.
I'm confused because when I tried to update grunt-ember-handlebars to 0.8.0, I got the error
thrown by the require('handlebars') line in ember-template-compiler.js:
For all I know it could be something else causing this problem, but I think the docs should at least be consistent with the code!