0

我正在尝试使用 Meteor Up:https ://github.com/arunoda/meteor-up

配置文件中有一个设置来设置远程 MongoDB URL 它看起来像这样:

"env": {
    "PORT": 3000,
    "ROOT_URL": "http://dev.mysite.com",
    "MONGO_URL": "mongodb://MyMongoDBUsername:MyMongoHQPassword@troup.mongohq.com:#####/name_of_my_db"
},

[##.###.###.##] invoking deployment process: FAILED

   -----------------------------------STDERR-----------------------------------
    Warning: Permanently added '##.###.###.##' (RSA) to the list of known hosts.
    npm WARN package.json http-proxy@1.0.2 No repository field.
    npm http GET https://registry.npmjs.org/fibers
    npm http 304 https://registry.npmjs.org/fibers
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) 由于无法连接到恢复到以前版本的主机到最新版没接!----------------------标准输出-------------- ---------------------

    > fibers@1.0.1 install /opt/meteor/tmp/bundle/programs/server/node_modules/fibers
    > node ./build.js

    `linux-x64-v8-3.14` exists; testing
    Binary is fine; exiting
    fibers@1.0.1 node_modules/fibers
    meteor stop/waiting
    meteor start/running, process 4281
    wait for mongo(5 minutes) to initiaze
    connected
    waiting for 15 secs while app is booting up
    checking for app is booted or not?
    meteor stop/waiting
    meteor start/running, process 4349

这看起来像权限问题吗?

任何帮助是极大的赞赏!

4

1 回答 1

0

原来我必须升级服务器上的 Node 版本。我在查看 mup 日志时发现了这一点。与打算添加对检测节点版本的支持并在需要时进行调整的开发人员交谈。

于 2014-02-26T22:44:42.463 回答