After executing hubot -c ${::hubot::bot_name} we get an error: ``` 'hubot --create' is deprecated. Use the yeoman generator instead npm install -g yo generator-hubot mkdir -p hubot cd hubot yo hubot ``` Should we update the config to use yeoman instead?
After executing hubot -c ${::hubot::bot_name} we get an error:
Should we update the config to use yeoman instead?