2016-07-23 10 views
0

私は次のエラーを取得する流星MUP展開繊維はエラー

Building Started: /Users/../....... 

開始タスクリスト:アプリ '流星'(Linux)の

[195.30.108.227]の展開 - アップロードバンドル

[195.30.108.227] - アップロードバンドル:SUCCESS

[195.30.108.227] - 設定環境変数の

[195.30.108.227] - 環境変数の設定:SUCCESSを

[195.30.108.227] - 展開プロセスに

[195.30.108.227]×呼び出す展開プロセスを呼び出す:FAILED

-----------------------------------STDERR----------------------------------- 
les/fibers 
gyp ERR! node -v v4.4.7 
gyp ERR! node-gyp -v v3.3.1 
gyp ERR! not ok 
Build failed 
npm ERR! Linux 3.13.0-32-generic 
npm ERR! argv "/opt/nodejs/bin/node" "/usr/bin/npm" "install" 
npm ERR! node v4.4.7 
npm ERR! npm v2.15.8 
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 information on how to open an issue for this project with: 
npm ERR!  npm bugs fibers 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR! 
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/meteor/tmp/bundle/programs/server/npm-debug.log 
-----------------------------------STDOUT----------------------------------- 
> ./bcrypt: npm install due to binary npm modules 
[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]) 

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

make: Verzeichnis »/opt/meteor/tmp/bundle/programs/server/node_modules/fibers/build« wird betreten 
    CXX(target) Release/obj.target/fibers/src/fibers.o 
make: Verzeichnis »/opt/meteor/tmp/bundle/programs/server/node_modules/fibers/build« wird verlassen 
---------------------------------------------------------------------------- 

答えて

1

ますノードバージョンv4.4.7を使用していますが、流星ビルドはv0.10.40以下で実行されています。

ノードのバージョンを変更する場合はnvmを使用できます。

0

同様の問題がありました。

私の流星は、古いドッキングウィンドウ"kariahq/meteord"画像

docker: { 
     // change to 'kadirahq/meteord' if your app is not using Meteor 1.4 
     image: 'kadirahq/meteord' 
     //image: 'abernix/meteord:base' 
    }, 
を使用する mup.jsに変更するために必要な、1.2.1と私のMUP 1.3.1だったので問題は流星のバージョンと mup に関連していました