0
我的流星版本是1.4.1.1,並用我的個性化的包裝,其中我使用alanning:roles
(api.use(alanning:roles)
)包alanning:在1.0.6的角色是不符合流星0.9.0或更高版本
我收到下面就我的命令提示符的錯誤:
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.9.0' API兼容性。如何聲明更高版本(例如'api.versionsFrom('1.3.0');')?你有沒有試過定義一個版本? 'api.use( 'alanning:[email protected]');'? – MasterAM
謝謝你的回覆,我嘗試了流星更新阿蘭寧:角色和它爲我工作。我正在關閉這個問題 – Rashmi
很高興聽到:) – MasterAM