When i run “meteor” command prompt on MAC OSX i am not moving anywhere… its just keep showing
meteor-tool@1.1.10 downloading…
Have you found any solution yet?
I changed the sym link in ${HOME}/.meteor to the previous version
lrwxr-xr-x 1 jhm staff 10 Jul 29 10:31 meteor -> meteor1351
lrwxr-xr-x 1 jhm staff 52 Jul 29 10:07 meteor1351 -> packages/meteor-tool/1.3.5_1/mt-os.osx.x86_64/meteor
lrwxr-xr-x 1 jhm staff 50 Jul 27 22:51 meteor140 -> packages/meteor-tool/1.4.0/mt-os.osx.x86_64/meteor
and the update finished
Well i see this seems working for me, however its still downloading other packages but moved to other steps -
Clean previous versions
- curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7592 0 7592 0 0 9259 0 --:–:-- --:–:-- --:–:-- 9258
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 1.4.0.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
To get started fast:
$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor
Or see the docs at:
-
Go to your project dir
-
meteor --release 1.4.0.1