将流星应用程序部署到 Nodejitsu 试用环境,但未能使其运行。从我的流星应用程序目录执行jitsu deploy
后,我收到以下错误: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"
}
}