2015-11-02 9 views
1

Ошибка при развертывании проекта Meteor к экземпляру Ubuntu 14.04 (ядро: Ubuntu 14.04 x64 vmlinuz-3.13.0-57-generic) в Digital Ocean с использованием Meteor Up.Ошибка Meteor Up при развертывании в Digital Ocean, Ubuntu 14.04

mup setup работает нормально, поэтому проблем нет в mup.json.

Затем, когда я бег mup deploy я получаю:

Started TaskList: Deploy app 'stocksearch' (linux) 
[x.x.x.x] - Uploading bundle 
[x.x.x.x] - Uploading bundle: SUCCESS 
[x.x.x.x] - Setting up Environment Variables 
[x.x.x.x] - Setting up Environment Variables: SUCCESS 
[x.x.x.x] - Invoking deployment process 
[x.x.x.x] x Invoking deployment process: FAILED 

-----------------------------------STDERR----------------------------------- 
de_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release" 
gyp ERR! cwd /opt/stocksearch/tmp/bundle/programs/server/node_modules/fibers 
gyp ERR! node -v v4.2.1 
gyp ERR! node-gyp -v v3.0.3 
gyp ERR! not ok 
Build failed 
npm ERR! Linux 3.13.0-57-generic 
npm ERR! argv "/opt/nodejs/bin/node" "/usr/bin/npm" "install" 
npm ERR! node v4.2.1 
npm ERR! npm v2.14.7 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node ./build.js` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node ./build.js'. 
npm ERR! This is most likely a problem with the fibers package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node ./build.js 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls fibers 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /opt/stocksearch/tmp/bundle/programs/server/npm-debug.log 
-----------------------------------STDOUT----------------------------------- 
s 
[email protected] node_modules/bindings 

[email protected] node_modules/nodeunit 
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) 
make: Entering directory `/opt/stocksearch/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt/build' 
    CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o 
    CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o 
    CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o 
make: Leaving directory `/opt/stocksearch/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt/build' 

> [email protected] install /opt/stocksearch/tmp/bundle/programs/server/node_modules/fibers 
> node ./build.js 

make: Entering directory `/opt/stocksearch/tmp/bundle/programs/server/node_modules/fibers/build' 
    CXX(target) Release/obj.target/fibers/src/fibers.o 
make: Leaving directory `/opt/stocksearch/tmp/bundle/programs/server/node_modules/fibers/build' 
---------------------------------------------------------------------------- 

Я вижу, что проблема с волокнами, но не знаю, почему она не выходит из строя.

Любые идеи? Благодарю.

ответ

4

Попробуйте использовать nodeVersion: 0.10.40

+0

Это действительно сработало, и приложение теперь развернуто! Но почему? Это mup или meteor или сервер, который несовместим с последним стабильным узлом? –

+1

@Arturs Demiters Это метеор. См. Эту страницу https://forums.meteor.com/t/meteor-nodejs-0-12/2769 – mwarren

+0

@mwarren Спасибо! –