I am having a similar problem as described here: meteor > error: no such package: 'accounts-urls'
To fix this issue it looks like I have to downgrade my version of Meteorite to get 'accounts-ui-bootstrap-dropdown' to work.
But first I want to check which version of Meteor I am currently running.
How can I do this? I am running Meteor on a mac with terminal.
Find version by:
meteor --version # CAUTION this will auto update your meteor release !!!!!
A project stays at the meteor version which it was created with unless manually upgraded. Find this by running:
cat .meteor/release