2014-08-27 91 views
2

我剛更新我的流星應用到流星版本0.9.0流星未知包(0.9.0)

一切似乎都很好。問題但是現在,當我做我的項目重新檢出並嘗試運行它,我得到的錯誤是這樣的:

% meteor 
Figuring out the best package versions to use. This may take a moment. 
Could not resolve the specified constraints for this project: 
Error: unknown package: subs-manager 

於是,我就安裝包,如下所示:

% meteor add subs-manager 
Figuring out the best package versions to use. This may take a moment. 
Could not resolve the specified constraints for this project: 
Error: unknown package: subs-manager 

和明年我想:

% mrt install subs-manager 

Done installing smart packages 

但是,當我嘗試再次運行meteor我得到確切同樣的錯誤消息。有什麼建議這裏出了什麼問題?

回答

6

您需要遷移軟件包名稱:

meteor remove subs-manager 
meteor add meteorhacks:subs-manager 

您可以通過搜索的氣氛,我認爲現在使用新的命名系統,或使用meteor search e.g meteor search subsmanager

檢查出的名字