I am trying to do meteor update in one of my project folders, but after downloading the install alway hangs at the same spot (when looking at the node process)
Great, meteor 1.4.0-1 got released and now creates the same problem where every meteor related action hangs trying to download and install meteor-tool@1.4.0-1
I had this on the first try today, going from 1.4 to 1.4.0.1 on OS X. It hung for about two hours. Finally I killed the process, tried it again and it worked immediately. Everything running smoothly now, and I didn’t reconfigure or delete anything between those first and second tries.
I’m seeing this currently. With a freshly-installed 1.4.0.1, running “meteor update” on a project with .meteor/release “none”, ramps up cpu, and seems to hang, ctrl-C and kill doesn’t work, requires a kill -9. dtruss shows lots of madvise, mmap, and munmap, then some gettimeofday, then reporting nothing (but still running). Killing and restarting the update still hangs. This is OS X 10.11.5.
Update, resolved mine: Looks like the meteor app I was trying to update used some local packages (in .meteor/packages, and a ./packages dir). After removing those, it seemed to update okay.
Same here. I’m trying to run a Legacy version of Telescope, which uses Meteor 1.2.1. Trying to build on Linux Ubuntu 16.04 but it hangs on Downloading meteor-tool@1.1.10...