第二次执行`mup deploy`会导致Meteor.js崩溃

时间:2013-12-14 16:43:04

标签: javascript meteor npm meteorite

第一次执行mup depoly工作正常。但是,再次执行mup deploy或运行mup reconfig会导致Meteor.js崩溃。

Bundling Started: /var/www/test-app

Started TaskList: Deploying App
[localhost] uploading bundle
[localhost] uploading bundle: SUCCESS
[localhost] setting up env vars
[localhost] setting up env vars: SUCCESS
[localhost] uploading settings.json
[localhost] uploading settings.json: SUCCESS
[localhost] calling deploy script
[localhost] calling deploy script: FAILED

    -----------------------------------STDERR-----------------------------------
    Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
    npm WARN package.json http-proxy@1.0.0 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) couldn't connect to host
    reverted back to the previous version due to the latest version didn't pick up!
    -----------------------------------STDOUT-----------------------------------

    > 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 4087
    meteor stop/waiting
    meteor start/running, process 4112
    ----------------------------------------------------------------------------
Completed TaskList: Deploying App

命令运行完毕后,Meteor未运行。想知道是否有人解决了这个问题。谢谢!

0 个答案:

没有答案