erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 218 forks source link

no such package error Meteor 0.8.1.2 #33

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hello.

I'm having an issue when building, I have Meteor 0.8.1.2 and the error is:

While building the application: error: no such package: 'accounts-ui-bootstrap-dropdown'

I have tried mrt update etc. Cheers.

UPDATE: doing an mrt remove ... then adding it again and the app runs, however I get an error to do with multiple templates having the same name. I'll keep playing.

ghost commented 10 years ago

Don't know if you solve the issue or not.

Check your subdirectories in the project. I had the same error when I accidentally run mrt add <packages> under clients subdirectory. And it added extra packages folder in there, which caused this error.

erobit commented 10 years ago

Last comment should solve the issue.