Open eranchetz opened 9 years ago
I am getting this error when starting hubot with the loggly-slack.coffee script ERROR Unable to load /home/ubuntu/hubot/scripts/loggly-slack: Error: Cannot find module 'body-parser'
I think express.js was removed from hubot lately.
Silly me, you should do in root hubpt dir: npm install body-parser
npm install body-parser
before and restart hubot. Thanks for the great script @nanek :+1:
I am getting this error when starting hubot with the loggly-slack.coffee script ERROR Unable to load /home/ubuntu/hubot/scripts/loggly-slack: Error: Cannot find module 'body-parser'
I think express.js was removed from hubot lately.