oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

Error while running mrt or meteor #297

Closed sibanand-cis closed 10 years ago

sibanand-cis commented 10 years ago

Today I started running mrt as usual and it started to download the new update but because of internet shutdown it stopped in the middle , So next time when I start using mrt its giving

Installing a Meteor distribution in your home directory.

curl: (22) The requested URL returned error: 403

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Please let me know how I can undo this and start mrt as usual.

tmeasday commented 10 years ago

Hi @sibanand-cis -- I'm not totally sure but I believe the solution to this unfortunate problem is to remove your ~/.meteor directory and re-install meteor with curl https://install.meteor.com/ | sh.

sibanand-cis commented 10 years ago

@tmeasday Yes reinstalling meteor solved the problem.