hubot-flowdock icon indicating copy to clipboard operation
hubot-flowdock copied to clipboard

Error with nodejs version >= 7.x

Open kevinterrobang opened this issue 8 years ago • 0 comments
trafficstars

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.

kevinterrobang avatar Feb 08 '17 02:02 kevinterrobang