I followed the instructions for installation and got through them without any issues, except when I try to load localhost after the last step, I get a blank white page and the following error message:
The exact line of code is:
```
var result = templateSpec.call(
```
I found a few things on StackOverflow talking about versions of handlebars vs ember, but everything looks good (I'm running handlebars 1.3.0, compiler revision 4). Any thoughts on what I might be missing? Thanks!