Open kevinterrobang opened 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
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.
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
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.