Installing Meteor Account, adding Github and Google account encourter error

Im installing meteor account

Accounts.ui.config({
passwordSignupFields: “USERNAME_AND_EMAIL”
});

I got this error please help


Uncaught Error: Expected template or null, found: undefined
at Blaze.View._render (spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a:61)
at Blaze.View.doRender (blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:2086)
at blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1934
at Function.Template._withTemplateInstanceFunc (blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3744)
at blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1932
at Object.Blaze._withCurrentView (blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:2271)
at viewAutorun (blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1931)
at Tracker.Computation._compute (tracker.js?hash=997515fa2d5b0530ba07741da556c4b36963ef3b:339)
at new Tracker.Computation (tracker.js?hash=997515fa2d5b0530ba07741da556c4b36963ef3b:229)
at Object.Tracker.autorun (tracker.js?hash=997515fa2d5b0530ba07741da556c4b36963ef3b:613)

Try to uninstall: “meteor remove account”

then try to install this command: “meteor add ian:accounts-ui-bootstrap-3”