gpt4 book ai didi

meteor 与 mrt - 铁 :router: no such package

转载 作者:行者123 更新时间:2023-12-04 22:46:06 25 4
gpt4 key购买 nike

我在学习 meteor 0.8.3并尝试使用 iron-router 设置一些基本路由

我的 smart.json包含:

{
packages: {
iron-router: {
git: https://github.com/EventedMind/iron-router.git,
branch: blaze-integration
}
}
}

我加了这个,然后跑 mrt installmrt update
然后我做了这个,并得到了这个错误:
$ meteor add iron:router
iron-router: updating npm dependencies -- connect...
iron:router: no such package

我仍然可以使用 mrt 运行该应用程序, 应用程序启动,但我收到 Uncaught TypeError: Cannot read property 'extend' of undefined从 layout.js:92 页面上没有显示任何内容。

我的路由器块看起来像这样:
 Router.map( function() {
this.route('home', { path: '/' });
this.route('create');
this.route('tasksShow', {
path: '/tasks/:_id',
data: function() { return Tasks.findOne(this.params._id); }
});
});

我做错了什么,我怎样才能让铁路由器工作?

最佳答案

IronRouter 的安装:

meteor 0.8.3 及更早版本
$ mrt add iron-router
meteor 0.9.0 及更新版本
$ meteor add iron:router
有关此问题的更多信息,请访问:Installation issues with iron-router (newest) on Windows 7 x64 (Meteor 0.8.3)

关于 meteor 与 mrt - 铁 :router: no such package,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25384231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com