tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Cant add meteor-router to Meteor 0.6.0 #66

Closed ErikMejerHansen closed 11 years ago

ErikMejerHansen commented 11 years ago

Can seem to get meteor-router to work with Meteor 0.6.0 (on OS X 10.8.3)

Created new project with: "mrt create brand_new_project" Tried to add meteor-router with: "mrt add router". Started server, in Chome javascript console "Meteor.Router" yields "undefined".

"mrt remove router" yields "router: not in project".

Tarang commented 11 years ago

I can't seem to replicate this, I get an object when I try with Meteor.Router with a fresh project, adding in mrt add router. What version of meteorite are you using could you use mrt --version to check?

Also have you updated to the latest meteorite via npm install meteorite -g?

ErikMejerHansen commented 11 years ago

Yep, that did the trick. For reference: I was running meteorite version 0.4.9 and upgraded to version 0.5.0.

Thanks for the quick reply!