私は本「Discover Meteor」をフォローしており、Iron-Routerの部分では、インストールするように言われています
mrt add iron-router
そしてそれは言います
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
しかし、流星を実行すると...次のように表示されます:
=> Errors prevented startup:
While building the application:
error: no such package: 'iron-router'
削除してインストールしようとしました..そしてmrtと流星を更新すると、次のように表示されます。
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
しかし、実行すると、iron-router パッケージがないという同じエラーが表示されます。
何か案は?ありがとう