We’ve been working hard on release 1.1, and we’ve got a release candidate for everyone to test! This release includes the new Meteor Version Solver and is the first official release that works on Linux, Mac, and Windows.
Run your app with meteor --release 1.1-rc.0 to test it out.
Please try running your apps with the new release and let us know if there are any problems by commenting on the issue above. Thanks again to everyone who has been testing the Windows preview releases - we’re almost there!
I’ll run a test for this in a few hours after my work demo. I know I’ve been having some issues with updating from 1.0.4.2 to 1.0.5 so I’m hoping 1.1-rc.0 will not be as problematic.
I am under Windows. It didn’t work at first, by just using the new installer on top of the previous install. I had to uninstall the previous version, remove the .meteor folder in %LOCALAPPDATA%, then run the new installer.
Hi brwn, it might a bit off-topic but what issues do you had with update 1.0.5? I am asking because I support the unofficial meteor universal bundler for arm boards and others. From my point of view there where just very few changes from 1.0.4.2 to 1.0.5. Thanks for a short note.
The issues I was having involved Nitrous.io so I don’t know if they were specific to Meteor or Nitrous being screwy. I appeared to have the same issue with Meteor 1.1-rc.0 on Nitrous, but it works fine on my local box and in my deployed server. I would assume it’s a non-issue, although I did hear from others in the IRC room for Meteor that they were experiencing some very serious refresh/load times. I would direct you to ask on the channel.
You need to restart your computer if you are on Windows 8.1. It says so in the last screen of the installer but it can be easy to miss. In a future version we hope to either make restarting unnecessary, or prompt to restart.
The latest Meteor update gave me this error (Windows 7):
C:\Users\Steve\Documents\Work\Meteor\myapp>meteor update
C:\Users\Steve\AppData\Local\.meteor\packages\meteor-tool\1.1.2\mt-os.windows.
x86_32\tools\files.js:643
Console.debug(err);
^
ReferenceError: Console is not defined
at Object._onImmediate (C:\Users\Steve\AppData\Local\.meteor\packages\mete
or-tool\1.1.2\mt-os.windows.x86_32\tools\files.js:643:7)
at processImmediate [as _immediateCallback] (timers.js:354:15)
Running it a second time worked like a charm:
C:\Users\Steve\Documents\Work\Meteor\myapp>meteor update
myapp: updated to Meteor 1.1.0.2.
Changes to your project's package version selections from updating package
versions:
templates:forms upgraded from 1.13.3 to 1.14.0