Reputation: 51
Has anyone had this issue with handlebars & meteor?
Uncaught TypeError: Handlebars.compile is not a function
I have added the handlebars package.
Any assistance would be greatly appreciated.
Thanks,
Upvotes: 0
Views: 1423
Reputation: 7777
The handlebars package is deprecated, recommended is spacebars
https://atmospherejs.com/meteor/spacebars
I think it might work better
Upvotes: 1