【问题标题】:Issue Installing Packages问题安装包
【发布时间】:2014-06-28 15:50:17
【问题描述】:

我正在尝试使用陨石安装 spometaccounts-entry 软件包,我收到了这个:

smart.json changed.. installing from smart.json
smart.json changed.. installing from smart.json
✓ iron-router
    tag: https://github.com/EventedMind/iron-router.git#v0.6.1

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:151
hrow "There was a problem checking out " + self.checkoutType + ": " + (self.co
                                                                ^
There was a problem checking out tag: v0.6.1

这是什么意思?任何帮助表示赞赏,谢谢。

【问题讨论】:

    标签: meteor meteorite


    【解决方案1】:

    我在使用各种陨石包时会定期收到此错误。

    通常对我有用的修复方法是通过运行来杀死 ~/.meteorite 目录...

    mrt uninstall --system
    

    ...然后再试一次。

    【讨论】:

      【解决方案2】:

      问题出在铁路由器上。

      这取决于 npm 模块连接。 npmjs 存储库目前遇到了一些问题,也许在几个小时后尝试。

      您可以尝试强制安装:

      在您的项目中:

      cd packages
      git clone https://github.com/EventedMind/iron-router.git
      

      这应该强制安装iron-router。如果没有给出更多细节作为错误。

      【讨论】:

      • 这个问题依然存在。还有其他可能吗?
      • 我的现在工作了。你的昨天之前有工作吗?这也可能是防火墙问题。试试这个(更新我的答案)
      • 我已经手动移除了 Iron-router,然后强行重新安装了它。我注意到每次我之前安装 Iron-router 时,它都在安装 0.5.4,即使它应该是 0.6+。我现在已经强制安装了所有我想要的包。
      猜你喜欢
      • 2015-07-09
      • 2016-03-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多