当我在我的meteor应用程序中输入mrt add iron-router this is on a mac时,我得到了这个信息
smart.json已更改..从smart.json smart.json安装已更改..从smart.json✓铁路由器标签:https://github.com/EventedMind/iron-router.git#v0.5.4安装
/usr/local/lib/node_modules/meteorite/lib/sources/git.js:108 throw“克隆存储库时出现问题:”+ self.url;^克隆存储库时出现问题:https://github.com/EventedMind/iron-router.git
如何安装iron-router?
发布于 2013-09-29 12:50:40
试一试
mrt uninstall --system然后重新安装iron-router。
如果仍然发生这种情况,可能是作者忘记了推送标签。(如果发布了较新的版本)
如果你现在想用它的话。将其克隆到packages文件夹中
发布于 2016-04-21 05:07:16
尝试:
meteor add iron-router这是较新的安装Meteor包的方法。
注意:还要确保在Meteor项目的根目录中运行此命令。
https://stackoverflow.com/questions/19039327
复制相似问题