【问题标题】:Meteor command not running c9流星命令未运行c9
【发布时间】:2016-07-04 19:56:26
【问题描述】:

我已将流星存储库从 github 克隆到 c9。但是当我在控制台中输入流星时,它会显示 -- bash: meteor: command not found.

【问题讨论】:

  • Cloud9 已经安装了 Meteor 机器,您需要从该模板创建一个新的工作空间,而不仅仅是一个 Node 工作空间。无论如何,你应该做的是安装 Meteor。只需按照meteor.com 中的“curl ... | sh”示例即可。
  • @RishatMuhametshin - 流星模板不再存在:community.c9.io/t/… 默认安装过程是要走的路(你也提到过)。

标签: meteor cloud9 c9.io


【解决方案1】:

您应该从https://github.com/meteor/meteor.git 克隆“创建一个新工作区”。

完成后,使用 curl https://install.meteor.com/ | sh

如果您对 PORT 和 IP 有疑问,可以通过 meteor run --port=$IP:$PORT 运行您的项目。

P/s:我就是这样解决的!

#来源:Meteor with cloud9

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-05-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-09-03
    • 2016-10-28
    相关资源
    最近更新 更多