【问题标题】:Trying to use meteor up on digital ocean试图在数字海洋上使用流星
【发布时间】:2014-01-15 23:07:38
【问题描述】:

我有一个数字海洋水滴,我正在尝试将最基本的流星应用程序部署到其中,但我得到了一个失败的响应。知道为什么会这样吗?

更新:添加了整个输出

 Anderss-iMac:microscope-deploy anderskitson$ mup deploy

Meteor-UP : Production Quality Meteor Deployments
--------------------------------------------------

Bundling Started: /Users/anderskitson/sites/microscope

Started TaskList: Deploying App
[bray.anderskitson.ca] uploading bundle
[bray.anderskitson.ca] uploading bundle: SUCCESS
[bray.anderskitson.ca] setting up env vars
[bray.anderskitson.ca] setting up env vars: SUCCESS
[bray.anderskitson.ca] invoking deployment process
[bray.anderskitson.ca] invoking deployment process: FAILED

    -----------------------------------STDERR-----------------------------------
    Warning: Permanently added 'bray.anderskitson.ca,162.243.52.235' (RSA) 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
    stop: Unknown instance: 
    bash: line 46: wait-for-mongo: command not found
    -----------------------------------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 start/running, process 10373
    wait for mongo(5 minutes) to initiaze
    ----------------------------------------------------------------------------
Completed TaskList: Deploying App

【问题讨论】:

  • 你先运行mup setup了吗?
  • @Akshat 是的,我做到了,一切都适用于设置。
  • 您能否发布整个输出,而不仅仅是失败的部分
  • @Akshat 好的,我已经在上面添加了整个输出。

标签: javascript deployment meteor digital-ocean


【解决方案1】:

我遇到了同样的问题,我发现这个命令没有很好地触发

sudo npm install -g forever userdown wait-for-mongo

我手动这样做了,所以我可以看到 wait-for-mongo 一个有效的命令,
看看这是否对你也有帮助。

【讨论】:

    猜你喜欢
    • 2018-06-21
    • 1970-01-01
    • 2018-02-22
    • 2021-04-02
    • 1970-01-01
    • 2015-08-04
    • 1970-01-01
    • 2021-01-08
    • 1970-01-01
    相关资源
    最近更新 更多