meteormeteorite

How do you check which version of Meteor you are running?


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.


Solution

  • There are 2 versions

    1. Global tool version of meteor command

    Find version by:

    meteor --version # CAUTION this will auto update your meteor release !!!!!
    

    2. Project version of meteor

    A project stays at the meteor version which it was created with unless manually upgraded. Find this by running:

    cat .meteor/release