Matteo Ridolfi

Results 4 comments of Matteo Ridolfi

Hi @angegar, I run the bot in a Docker container, so before starting the process I force the installation of a previous version of the botbuilder npm module, as: `CMD...

That should do the trick. Did you check what version of the botframework is in the container? Also, I would try to change `ENTRYPOINT ["/home/hubot/bin/hubot","-a","botframework"]` to `CMD bash -c "npm...

Glad it worked! Now I remember why I did the npm install on startup. Pretty horrible hack. I'll PR a fix to the package.json, as it seems nobody has a...

Is there more information/development on this issue?