简体   繁体   English

流星Mup部署失败

[英]Meteor up mup deploy fails

EDIT: Opened issue in Github repo. 编辑:在Github仓库中打开的问题。 https://github.com/arunoda/meteor-up/issues/87 https://github.com/arunoda/meteor-up/issues/87

I have tried to setup Meteor up to run a meteor app. 我试图设置流星以运行流星应用程序。

Here is the error I get when I run mup deploy 这是我运行mup deploy时遇到的错误

Invoking deployment process: FAILED 调用部署过程:失败

    -----------------------------------STDERR-----------------------------------
    e-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/give/tmp/bundle/programs/server/node_modules/bcrypt
    gyp ERR! node -v v0.10.28
    gyp ERR! node-gyp -v v0.13.0
    gyp ERR! not ok
    npm ERR! bcrypt@0.7.8 install: `node-gyp rebuild`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the bcrypt@0.7.8 install script.
    npm ERR! This is most likely a problem with the bcrypt package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR!     node-gyp rebuild
    npm ERR! You can get their info via:
    npm ERR!     npm owner ls bcrypt
    npm ERR! There is likely additional logging output above.

    npm ERR! System Linux 3.13.0-24-generic
    npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "bcrypt"
    npm ERR! cwd /opt/give/tmp/bundle/programs/server
    npm ERR! node -v v0.10.28
    npm ERR! npm -v 1.4.9
    npm ERR! code ELIFECYCLE
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR!     /opt/give/tmp/bundle/programs/server/npm-debug.log
    npm ERR! not ok code 0
    -----------------------------------STDOUT-----------------------------------

    > fibers@1.0.1 install /opt/give/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

    > bcrypt@0.7.8 install /opt/give/tmp/bundle/programs/server/node_modules/bcrypt
    > node-gyp rebuild

    ----------------------------------------------------------------------------

I also ran a mup logs -n 300 and got this response. 我还运行了一个mup logs -n 300并得到了此响应。

error:   Cannot start forever
error:   script /opt/give/app/main.js does not exist.

Any idea what I might be doing wrong here? 知道我在这里可能做错了什么吗?

I restored my server to an earlier state, reinstalled mup and set the install nodejs to false. 我将服务器还原到较早的状态,重新安装了mup并将install nodejs设置为false。 I also installed node v0.10.29 using sudo npm install n -g sudo n stable and ran through mup init , mup setup , mup deploy works this time. 我还使用sudo npm install n -g sudo n stable安装了节点v0.10.29,并且mup init运行了mup initmup setupmup deploy

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM