Migrate project from Mac to Windwos

Hi all, i am trying migrate project from mac to windows and having many errors with packages.
I m trying update via:
meteor update --release METEOR@1.3.2.4
but i get these errros:

Who know, how to upgrade project? Thank you!

Doesn’t seem to be an issue with Mac vs. Windows. It looks like you’re trying to use a specific version (1.3.2.4), but a lot of your packages are pinned to an older one.

As the errors indicate, you should look at updating your packages (carefully, testing out if any of those break things).
Do you define your dependencies via package.json? I’m guessing those are not flexible enough to allow updates to higher versions.