I'm trying to use {{> creditCard}} in a template, but I get this exception in my javascript console.
Exception from Deps recompute function: Error: No such template: creditCard
at http://localhost:3000/packages/blaze.js?309c2a3b573dca998c07c493ba4953d451b2c963:2491:15
at null.<anonymous> (http://localhost:3000/packages/spacebars.js?8717c3bee1160f47e7a46ea4e1bd0796f944cad8:69:23)
at http://localhost:3000/packages/blaze.js?309c2a3b573dca998c07c493ba4953d451b2c963:1805:16
at Object.Blaze.withCurrentView (http://localhost:3000/packages/blaze.js?309c2a3b573dca998c07c493ba4953d451b2c963:2038:12)
at viewAutorun (http://localhost:3000/packages/blaze.js?309c2a3b573dca998c07c493ba4953d451b2c963:1804:18)
at Deps.Computation._compute (http://localhost:3000/packages/deps.js?d9b2b2601bdab0f57291b38e7974a7190b8aac01:214:36)
at new Deps.Computation (http://localhost:3000/packages/deps.js?d9b2b2601bdab0f57291b38e7974a7190b8aac01:148:10)
at Object.Deps.autorun (http://localhost:3000/packages/deps.js?d9b2b2601bdab0f57291b38e7974a7190b8aac01:362:11)
at Blaze.View.autorun (http://localhost:3000/packages/blaze.js?309c2a3b573dca998c07c493ba4953d451b2c963:1803:16)
at null.<anonymous> (http://localhost:3000/packages/spacebars.js?8717c3bee1160f47e7a46ea4e1bd0796f944cad8:68:10)
I see the package in the packages directory, and I'm pointing it straight to github in smart.json:
I'm trying to use {{> creditCard}} in a template, but I get this exception in my javascript console.
I see the package in the packages directory, and I'm pointing it straight to github in smart.json:
The meteor version I'm using is 0.8.3, I was experiencing problems adding this package on 0.8.1.3
Edit: Also happens with {{> invoices}}