ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

Not recognizing twbs:bootstrap? #155

Closed Ntangen closed 9 years ago

Ntangen commented 9 years ago

I've used this package before successfully. Yet for some reason, when I installed it today, I get this console error message, and the accounts dropdown doesn't work:

You have to add a Bootstrap package, i.e. meteor add twbs:bootstrap.

Thing is, I definitely have twbs:bootstrap already installed. Verified with meteor list. Is there some reason why this package wouldn't be recognizing twbs:bootstrap?

ianmartorell commented 9 years ago

Weird, does it happen on a barebones app? I'm not sure if a conflicting package could cause this..

standard-vision commented 9 years ago

I was having this same issue. I eventually realized I had accidentally included jQuery twice (I had a minified version inside of my project). Upon deleting the extra jQuery file, the error messages disappeared! Hope that helps.

Ntangen commented 9 years ago

Ah ha - that was it! Thanks, @SV-Developer!