To fix this with Bower and NPM, you need to drop both packages on Handlebars 1.0.0-rc3, because the templates are precompiled in both ember generators and wood fuel with the grunt-ember-templates package. To do this, you need to update the bower.json file (or component.json if you have not updated it) and package.json.
For bower.json (or component.json), simply change the line with the handles from "handlebars": "~1.0.0-rc.3" to "handlebars": "1.0.0-rc.3" .
For package.json, change the line grunt-ember-templates from "grunt-ember-templates": "~0.4.4" to "grunt-ember-templates": "0.4.5" .
Then you need to run npm install and bower install to install the correct packages.
source share