How could we get a faster "meteor update"?

Hi guys, awesome work. But today, I’m experiencing huge latency on meteor update command.

And when I type meteor create, it forces me to update to the newest version. However I’m not able to finish the update because of network issue. Can I just chill and code in an older environment ?

Thanks! I’m a newbie here indeed.

You can run meteor at an earlier release with (for example):

meteor --release 1.2.1

Alternatively (if your connection improves), if you git clone the Meteor repo, you can checkout a release and run meteor directly from that:

1 Like