Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleRunning yo hubot yields -> SyntaxError: Unexpected token ...

Upgrade your node and npm (Recommended: Node 8.x.x and npm5.x.x) and retry.

Reference: Click here


Panel
bgColor#000000
titleColor#ea4310
titleTypeError: Parameter 'url' must be a string, not undefined

You need to set the MONGO_DB_URL as an environment variable.

export MONGO_DB_URL=mongodb://<mongodb_host_ip>:<port>

After setting try restarting the bot with ./bin/hubot or ./bin/hubot -a <adapter> command.


Panel
titleHelp command gives large/redundant outputs

Navigate to the myhubot/external-scripts.json file and remove hubot-help from the array. Thereafter, restart the bot.

...