flowdock / hubot-flowdock

Flowdock adapter for Hubot chat bot
94 stars 60 forks source link

Error with nodejs version >= 7.x #98

Open kevinterrobang opened 7 years ago

kevinterrobang commented 7 years ago

I was trying to bring up a Hubot server with a Flowdock adaptor and was running into the following error message when running bin/hubot

DEBUG Loading adapter flowdock
ERROR Cannot load adapter flowdock - TypeError: Cannot read property 'prototype' of undefined

After some head bashing, I realized that my local machine was running node 6 while the cloud machine was setup with node 7. I rolled it back to node 6 and now everything is working fine.