Trouble upgrading to Meteor 1.3-beta.15

In trying to upgrade to Meteor 1.3-beta.15 I get the following error:

$ meteor update --release 1.3-beta.15
                                              
module.js:340
    throw err;
          ^
Error: Cannot find module 'meteor-babel'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/home/dev/.meteor/packages/meteor-tool/.1.1.13-beta.15.t79uqu++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/tools/tool-env/install-babel.js:4:19)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

I see that there was trouble with upgrading to .13 and .14 as well. Is this the same situation?

Yes, we need to solve some issues caused by the changes in this issue that only occur in the published version. We’ll announce it when we have a new working beta for people to try out.

On windows :
This project uses Meteor 1.3-beta.15, which isn't available on Windows. To work with this app on all supported platforms, use meteor update --release METEOR@1.2.1 to pin this app to the newest Windows-compatible release.

For 1.3-RC.1 on Windows 10 :

> meteor --release METEOR@1.3-rc.1
This project uses Meteor 1.3-rc.1, which isn't available on Windows. To work with this app on all supported platforms, use meteor update --release METEOR@1.2.1 to
pin this app to the newest Windows-compatible release.