Jacques
Jacques

Reputation: 51

Handlebars.compile is not a function

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

Answers (1)

Mikkel
Mikkel

Reputation: 7777

The handlebars package is deprecated, recommended is spacebars

https://atmospherejs.com/meteor/spacebars

I think it might work better

Upvotes: 1

Related Questions