Fibers/future.js throw(ex) error meteor doesn't work

I am getting this error when trying to run my app…

W20160609-17:33:56.914(-3)? (STDERR)
W20160609-17:33:56.914(-3)? (STDERR) /Users/Local/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:267
W20160609-17:33:56.914(-3)? (STDERR) throw(ex);
W20160609-17:33:56.914(-3)? (STDERR) ^
W20160609-17:33:56.928(-3)? (STDERR) TypeError: Cannot call method ‘connect’ of undefined
W20160609-17:33:56.928(-3)? (STDERR) at meteorInstall.server.kadira.js (server/kadira.js:3:8)
W20160609-17:33:56.928(-3)? (STDERR) at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:141:1)
W20160609-17:33:56.928(-3)? (STDERR) at require (packages/modules-runtime/.npm/package/node_modules/install/install.js:75:1)
W20160609-17:33:56.928(-3)? (STDERR) at /Users/Local/Desktop/AgilidadCI/.meteor/local/build/programs/server/app/app.js:30:1
W20160609-17:33:56.928(-3)? (STDERR) at /Users/Local/Desktop/AgilidadCI/.meteor/local/build/programs/server/boot.js:283:10
W20160609-17:33:56.928(-3)? (STDERR) at Array.forEach (native)
W20160609-17:33:56.928(-3)? (STDERR) at Function..each..forEach (/Users/Local/.meteor/packages/meteor-tool/.1.3.2_4.lbyo5v++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20160609-17:33:56.929(-3)? (STDERR) at /Users/Local/Desktop/AgilidadCI/.meteor/local/build/programs/server/boot.js:133:5

The lent tool made me define kadira as a variable… so I did it, that was the error… Thread Closed

The lent tool made me define kadira as a variable… so I did it, that was the error… Close the thread please