tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Can't install Router #115

Closed stevendavisphoto closed 11 years ago

stevendavisphoto commented 11 years ago

I'm in the process of learning meteor. I'm following this book called "Discover Meteor"...

http://book.discovermeteor.com/chapter/routing/

And it tells me to install the router package via the terminal...

"mrt add router"

It starts, and then I get this error message and it stops...

smart.json changed.. installing from smart.json smart.json changed.. installing from smart.json ✓ router tag: https://github.com/tmeasday/meteor-router.git#v0.5.3

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:108 throw "There was a problem cloning repo: " + self.url; ^ There was a problem cloning repo: https://github.com/tmeasday/meteor-router.git

Help please! I love Meteor and can't seem to get router working.

tmeasday commented 11 years ago

Hey, do you have git installed on your machine?

stevendavisphoto commented 11 years ago

Yes. 1.7.12.4

tmeasday commented 11 years ago

Hmm.. Ok, maybe try following the steps outlined here: https://github.com/oortcloud/meteorite/blob/master/CONTRIBUTING.md#troubleshooting

stevendavisphoto commented 11 years ago

Thank you!

I did this...

mrt uninstall mrt uninstall --system mrt

And it ran fine. I ran "mrt add router" after just to test and everything went fine. Thank you very much for the help.

tmeasday commented 11 years ago

No worries, sorry bout that. Like I said, meteorite is a bit brittle..

brianeoneill commented 10 years ago

I'm having this same problem. I followed the steps outlined at https://github.com/oortcloud/meteorite/blob/master/CONTRIBUTING.md#troubleshooting and I'm still receiving:

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:108 throw "There was a problem cloning repo: " + self.url; ^ There was a problem cloning repo: https://github.com/tmeasday/meteor-router.git

I'm running git version 1.8.4, BTW.

Any advice? Thanks in advance.

tmeasday commented 10 years ago

Only what's in https://github.com/oortcloud/meteorite/blob/master/CONTRIBUTING.md#troubleshooting-part-2-advanced