首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Meteor up mup部署失败

Meteor up mup部署失败
EN

Stack Overflow用户
提问于 2014-07-09 03:20:00
回答 1查看 2K关注 0票数 5

编辑:在Github回购中打开的问题。https://github.com/arunoda/meteor-up/issues/87

我已经尝试设置流星运行一个流星应用程序。

以下是运行mup deploy时遇到的错误

调用部署过程:失败

代码语言:javascript
复制
    -----------------------------------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

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

我还运行了一个mup logs -n 300并得到了这个响应。

代码语言:javascript
复制
error:   Cannot start forever
error:   script /opt/give/app/main.js does not exist.

知道我可能做错什么了吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-07-15 02:58:30

我将服务器还原到以前的状态,重新安装mup并将install设置为false。我还使用sudo npm install n -g sudo n stable安装了节点v0.10.29,这次运行的是mup initmup setupmup deploy

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24644861

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档