【问题标题】:Meteorite package install asks for github passwordMeteorite 软件包安装要求输入 github 密码
【发布时间】: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 中添加补丁

标签: meteor meteorite


【解决方案1】:

陨石已被替换。如果您运行的是 Meteor 0.9.0 或更高版本,您只需运行 meteor add mrt:wordnet 即可将其添加到您的应用中。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-12-21
    • 2016-08-05
    • 1970-01-01
    • 2020-05-03
    • 2020-11-24
    • 2018-04-23
    • 1970-01-01
    • 2019-04-21
    相关资源
    最近更新 更多