Hi I am having issue with runing hubot and adaptor for Flowdock, i follow Instruction and got this:
cerw@lazarus:~/Work/bot/hubot$ ./bin/hubot -a flowdock
[Thu Oct 11 2012 10:50:19 GMT+0800 (WST)] ERROR Cannot load adapter flowdock - Error: Cannot find module 'hubot'
Error: Cannot find module 'hubot'
at Function._resolveFilename (module.js:337:11)
at Function._load (module.js:279:25)
at Module.require (module.js:359:17)
at require (module.js:375:17)
at Object.<anonymous> (/Users/cerw/Work/bot/hubot/node_modules/hubot-flowdock/src/flowdock.coffee:7:10)
at Object.<anonymous> (/Users/cerw/Work/bot/hubot/node_modules/hubot-flowdock/src/flowdock.coffee:109:4)
at Module._compile (module.js:446:26)
at Object..coffee (/Users/cerw/Work/bot/hubot/node_modules/coffee-script/lib/coffee-script/coffee-script.js:22:21)
at Module.load (module.js:353:31)
at Function._load (module.js:311:12)
TypeError: Cannot call method 'on' of null
at Object.<anonymous> (/Users/cerw/Work/bot/hubot/bin/hubot:105:19)
at Object.<anonymous> (/Users/cerw/Work/bot/hubot/bin/hubot:109:4)
at Module._compile (module.js:446:26)
at Object.run (/Users/cerw/Work/bot/hubot/node_modules/coffee-script/lib/coffee-script/coffee-script.js:79:25)
at /Users/cerw/Work/bot/hubot/node_modules/coffee-script/lib/coffee-script/command.js:175:29
at /Users/cerw/Work/bot/hubot/node_modules/coffee-script/lib/coffee-script/command.js:150:18
at [object Object].<anonymous> (fs.js:123:5)
at [object Object].emit (events.js:64:17)
at Object.oncomplete (fs.js:1188:12)
Hi I am having issue with runing hubot and adaptor for Flowdock, i follow Instruction and got this: