Announcing Meteor 1.4.1: Node 4.5.0, faster package downloads, and more

Holy shit package downloads are blazing fast now or at least seem faster with the changes made. I’m impressed, thank you very much :slight_smile: !

1 Like

The cause of the error was that Meteor tried to call a different tar executable (in Cygwin64 that I had installed myself for other purposes) which is for a 64-bit architecture.

I fixed it by removing Cygwin64 from my system’s PATH environment variable. However it shouldn’t have been trying to execute Cygwin64’s tar executable in the first place.

found it!
My tests were failing because the osv:mongo-counter broke with 1.4.1.
The fix is coming. In case someone else faces the same issue.

Does anyone know if this is working now with mup or mupx as I have been unable to upgrade so far since these where broken…

You can try https://github.com/M4v3R/meteor-up, it’s a no-docker meteor deploy.

There are some minor changes, and works fine with 1.4. (I just updated my production app to 1.4)

(btw, I know mup is not maintained, but it would be awesome if the main mup repo by @arunoda could be updated with these changes.)

1 Like

Works with abernix meteord docker image.

2 Likes