Joey Guerra
Joey Guerra
@evercast-mahesh2021 delete `"hubot-slack",` from `external-scripts.json`.
@leonardoivt I believe that error is from not having `coffeescript` installed. Post the results of `npm list -g`, your `package.json` file and command your executing so we can put another...
@datsabk can you write a failing test for the scenario you're running into? Please note that the default username and email comes from the machine's `git` configured username and email.
Update: My apologies. I didn't finish reading your previous questions. I think you have to call it like `yo hubot --owner="something" --name="gitbot" .....` I see. I'm no longer making feature...
@hontarenko are you able to update your image with the new recommended way?
@hontarenko what mage are you currently using? What command do you run?
@hontarenko I pushed a fix for the issue. Please update your Dockerfile to install the latest `generator-hubot` and let me know. Please note that I'm no longer maintaining this template....
If you're interested in using the latest version of Hubot and the new hubot-slack adapter that works with the latest version of Hubot, here's an updated `Dockerfile` for it: Note:...
@hontarenko I think that error is caused by using the latest version of Hubot (which is installed by the yeoman Hubot generator) and the old Slack Adapter (which is incompatible...
Ok. `--force` might work. Looks like the error is because `hubot-slack` isn't installed. I suspect it's because the latest generator-hubot isn't installing it correctly. Can you please try installing it:...