Windows 1.1.0.3 not available? In endless loop stuck .. can't run meteor anymore

I have a meteor app that I MOSTLY develop on my Mac. However, the actual deployment is in Windows. So the other day I noticed (actually Meteor did it for me) updated my Mac meteor to 1.1.0.3. Ok.

However, now that I am on the Windows side – I am in a horrible stuck mess. Anytime I try to run Meteor it gives something resembling (copy/paste) :

C:\Users\Steven McDowall\work\galaxy\rts\sources\RTViewer>meteor update
This project uses Meteor 1.1.0.3, which isn’t available on Windows. To
work with this app on all supported platforms, use
meteor update --release METEOR@1.1.0.3 to pin this app to the newest
Windows-compatible release.

C:\Users\Steven McDowall\work\galaxy\rts\sources\RTViewer>meteor update --releas
e METEOR@1.1.0.3
This project uses Meteor 1.1.0.3, which isn’t available on Windows. To
work with this app on all supported platforms, use
meteor update --release METEOR@1.1.0.3 to pin this app to the newest
Windows-compatible release.

C:\Users\Steven McDowall\work\galaxy\rts\sources\RTViewer>meteor --version
This project uses Meteor 1.1.0.3, which isn’t available on Windows. To
work with this app on all supported platforms, use
meteor update --release METEOR@1.1.0.3 to pin this app to the newest
Windows-compatible release.

No matter what “meteor” command I try … it’s always the same. Oddly, the command it says to RUN to fix the problem gives the same error!

I tried downloading the latest Meteor Windows and installing, but no difference.

What’s going on?

1 Like

I’ve updated today to 1.1.0.3 on W8.1, no problem for me.

in the .meteor/release i have this :
METEOR@1.1.0.3

in .meteor/.finished-upgraders i have this:
notices-for-0.9.0
notices-for-0.9.1
0.9.4-platform-file
notices-for-facebook-graph-api-2

You might have to fully uninstall meteor (check your /c/Users/YOURUSER/AppData/Local/.meteor)

Thanks rebellion!

How did you do the update to 1.1.0.3? What command(s)?

BTW – both my release and .finished-upgraders are the same as yours.

Solved!

Indeed I had to remove meteor (make sure to use the uninstaller from the Control Panel -> Programs area!

Then re-installing the latest package and viola!