在Nodejitsu上运行流星应用程序

eri*_*ric 6 javascript node.js nodejitsu meteor

将流星应用程序部署到Nodejitsu试用环境但未能使其运行.jitsu deploy从我的meteor app目录执行时,我收到以下错误:ReferenceError: Meteor is not defined.

如果您已经在Nodejitsu上运行并运行了一个流星应用程序,请突出显示您采取的步骤以及我可能缺少的依赖项.我将使用您的建议,并尝试让我的应用程序运行.谢谢.

// package.json contents
{
  "name": "test123-meteor",
  "subdomain": "user123.test123-meteor",

/*
* Really not sure about this line here...
*/
  "scripts": {
    "start": "node client/controllers/GeneralController.js"
  },
  "version": "0.0.1-2",
  "engines": {
    "node": "0.8.x"
  }
}
Run Code Online (Sandbox Code Playgroud)

Jam*_*inn 1

在修复此错误之前,Meteor 不会在 nodejitsu 上运行:node-fibres 不会在 SmartOS 上构建。如果你想要它,你应该给这个错误加注星标,甚至考虑修复它。(天真地说,这看起来像是一种需要更多持久性而不是才华的事情;一个软件包在一个操作系统上的构建问题,而该软件包在超过 5 个其他操作系统上未经修改地构建。)