require-handlebars-plugin icon indicating copy to clipboard operation
require-handlebars-plugin copied to clipboard

Uncaught Error: Unknown template object: function (upgrade from 0.10.0 to 0.11.1)

Open stevewillard opened this issue 9 years ago • 0 comments

Any idea why I'm getting this error? Just started when I upgraded to 0.11.1 from 0.10.0. Looks like it's coming from:

if (!templateSpec || !templateSpec.main) { throw new Exception('Unknown template object: ' + typeof templateSpec); }

If you need other details just let me know!

stevewillard avatar Dec 04 '14 16:12 stevewillard