I've been following the Book "Discover Meteor" and in the Iron-Router part, they say to install
mrt add iron-router
and it says
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
=> Running Meteor from a checkout -- overrides project version (0.7.0.1)
iron-router: Routing specifically designed for Meteor
But when i run meteor... it says:
=> Errors prevented startup:
While building the application:
error: no such package: 'iron-router'
I've removed and try to install.. and then update mrt and meteor, it says:
Installing Meteor
branch: https://github.com/meteor/meteor.git#master
Installing smart packages
✓ iron-router
tag: https://github.com/EventedMind/iron-router.git#v0.6.1
Done installing smart packages
But when i run it still gives the same error, saying that there is no package iron-router.
any ideas? thanks