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
我得到確切同樣的錯誤消息。有什麼建議這裏出了什麼問題?