我的meteor版本是1.4.1.1并使用了我使用的个性化软件包alanning:roles
(api.use(alanning:roles)
)
我在命令提示符下遇到以下错误:
W20161111-16:24:34.950(5.5)? (STDERR) The package mizzao:user-status at 0.2.0 is incompatible with Meteor 0.9.0 or later. W20161111-16:24:35.473(5.5)? (STDERR) If a new, compatible version of this package exists, running 'meteor update' should cause you to update. W20161111-16:24:35.474(5.5)? (STDERR) The package alanning:roles at 1.0.6 is incompatible with Meteor 0.9.0 or later. W20161111-16:24:35.474(5.5)? (STDERR) If a new, compatible version of this package exists, running 'meteor update' should cause you to update. => Started your app.
我做错了什么?
答案 0 :(得分:0)
得到答案只需在meteor project命令提示符下面写下命令:
meteor update alanning:roles