私はキュウリを (Velocity 経由で) 新しい Meteor プロジェクトで使用しようとしています。
meteor create cucetest
cd cucetest
meteor add xolvio:cucumber
meteor
OS X El Capitan 10.11 と、まったく新しい Cloud 9 IDE Ubuntu vm (を使用meteor --port $IP:$PORT
) でこれを試しました。
残念ながら、サンプル機能を追加した後、Velocity はエラーを報告し、キュウリのログには次のように表示されます。
[xolvio:cucumber] Bad response from Chimp server.
{ statusCode: 200,
content: '',
headers:
{ 'content-type': 'application/json; charset=utf-8',
'cache-control': 'no-cache',
'content-length': '0',
date: 'Fri, 23 Oct 2015 21:04:56 GMT',
connection: 'keep-alive' },
data: null }
機能を書き始めたくてうずうずしているのに、自分の Mac または Ubuntu 開発マシンでキュウリを動作させることができないので、何か不足しているものはありますか?