Hi. I've just installed this package, added template from "File Uploader Part 9: Build a UI Component" article, but in console I getting error "Uncaught Error: There is already a helper 'FileUploader' evaluate.js:70". If I rename "FileUploader" helper, I get another error "Uncaught Error: There is already a helper 'humanize' evaluate.js:70
Handlebars.registerHelper evaluate.js:70
(anonymous function) newDeal.js:163
(anonymous function) newDeal.js:168"
newDeal.js:163:
Handlebars.registerHelper('humanize', function (number, options) {
newDeal.js:168:
}).call(this); //this added by Meteor
Please check it out and let me know results.
Thanks.