【发布时间】:2013-05-23 07:54:48
【问题描述】:
我安装的一些软件包
mrt add [package]
在请求 github 的用户名/密码后给我一个错误。
我退出,当我重新启动时,应用程序崩溃了。 mrt remove [package] 声称要删除该软件包,但没有。我必须进入并删除对 smart.lock、smart.json 等的引用。这是一个错误,还是我做错了什么?
谢谢。
【问题讨论】:
-
你的 smart.json 文件中有什么&这是哪个包?
-
我正在为流星创建不同的样板,所以我通过陨石添加了大约 130 个包。 mrt add natural mrt add wordnet - 这是我脑子里想不到的两个
-
包未正确发布。使用的 git 存储库是
https://github.com/pent/meteor-wordnet.git,而它应该是https://github.com/Pent/meteor-wordnet.git。存储库的 Github url 区分大小写。可能值得告诉作者更新它 -
一个字是通过使用
"wordnet": {git:"https://github.com/Pent/meteor-wordnet.git}为包设置自定义 git 存储库手动将其添加到您的 smart.json 中 -
应采取预防措施以防止将来发生这种情况:github.com/oortcloud/atmosphere/issues/41 并在github.com/Pent/meteor-wordnet/pull/1 中添加补丁