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

Nearpoint picture Nearpoint · Aug 17, 2013 · Viewed 45.9k times · Source

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.

Answer

Peppe L-G picture Peppe L-G · Aug 17, 2013

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