You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been sailing through most of the course heretofore without problem. Now, I added ian:accounts-ui-bootstrap-3 to my app, but for some reason, it doesn't seem to work. I get a console error:
"You have to add a Bootstrap package, i.e. meteor add twbs:bootstrap."
But I have the twbs:bootstrap package already added to my Meteor application, and can verify with meteor list. I've also removed accounts-ui, so there shouldn't be any conflict. The rest of my app's appearance is unchanged, which leads me to believe that - indeed - twbs:bootstrap is actually functioning fine!
Am I doing something wrong? Could this be some sort of bug?
The text was updated successfully, but these errors were encountered:
Been sailing through most of the course heretofore without problem. Now, I added
ian:accounts-ui-bootstrap-3
to my app, but for some reason, it doesn't seem to work. I get a console error:But I have the twbs:bootstrap package already added to my Meteor application, and can verify with
meteor list
. I've also removedaccounts-ui
, so there shouldn't be any conflict. The rest of my app's appearance is unchanged, which leads me to believe that - indeed -twbs:bootstrap
is actually functioning fine!Am I doing something wrong? Could this be some sort of bug?
The text was updated successfully, but these errors were encountered: