meteor update --release 1.3.2
This project uses Meteor 1.3.2, which isn’t available on Windows. To work with this app on all supported
platforms, use meteor update --release METEOR@1.3.1 to pin this app to the newest Windows-compatible release.
Is this a mistake? I’ve been running 1.3.2* for over a week without any problems and I just upgraded to 1.3.2-rc.6 without issues.
I’m not up to date with the current releases, but the Windows version of each Meteor release typically shows up around 6 to 8 hours later. No idea why.
Neither 1.3.2 nor 1.3.2.1 have been recommended, due to two relatively small but unacceptable bugs.
Version 1.3.2.2 is now recommended—try meteor update now?
The command meteor show METEOR will list all the recommended releases:
> meteor show METEOR
Release: METEOR
Maintainers: glasser
The Official Meteor Distribution
Recommended versions:
0.9.4.1 December 9th, 2014
1.0.1 December 9th, 2014
1.0.2 December 19th, 2014
1.0.2.1 December 22nd, 2014
1.0.3.1 January 20th, 2015
1.0.3.2 February 25th, 2015
1.0.4 March 17th, 2015
1.0.4.1 March 18th, 2015
1.0.4.2 March 20th, 2015
1.0.5 March 25th, 2015
1.1 March 31st, 2015
1.1.0.1 April 2nd, 2015
1.1.0.2 April 3rd, 2015
1.1.0.3 August 3rd, 2015
1.2 September 21st, 2015
1.2.0.1 September 22nd, 2015
1.2.0.2 September 28th, 2015
1.2.1 October 26th, 2015
1.3 March 27th, 2016
1.3.1 April 3rd, 2016
1.3.2.2 April 18th, 2016
Non-recommended versions of METEOR have been hidden. To see all 244 versions, run 'meteor show --show-all METEOR'.
Right now if i launch meteor update and meteor show METEOR I get this result:
Release: METEOR
Maintainers: glasser
The Official Meteor Distribution
Recommended versions:
0.9.4.1 December 9th, 2014
1.0.1 December 9th, 2014
1.0.2 December 19th, 2014
1.0.2.1 December 23rd, 2014
1.0.3.1 January 21st, 2015
1.0.3.2 February 25th, 2015
1.0.4 March 17th, 2015
1.0.4.1 March 18th, 2015
1.0.4.2 March 20th, 2015
1.0.5 March 25th, 2015
1.1 March 31st, 2015
1.1.0.1 April 2nd, 2015
1.1.0.2 April 3rd, 2015
1.1.0.3 August 3rd, 2015
1.2 September 21st, 2015
1.2.0.1 September 22nd, 2015
1.2.0.2 September 29th, 2015
1.2.1 October 26th, 2015
1.3 March 28th, 2016
1.3.1 April 4th, 2016
1.3.2.2 doesn’t appear on the list, is ti correct?
Thanks to that situation I have not recommended 1.3.2.2 inside app while my .meteor is 1.3.1 on windows (as it broken last night so I had to reinstall and got 1.3.1.)
You can always update to an earlier version of meteor, although it can get messy to clean up packages. The simplest plan (assumimg you’re using git or other version control) is to commit your working 1.3.1 project, then reverting is just a case of restoring to that point. However, you can do the necessary tidying up yourself if you don’t use git.