nanek / hubot-loggly-slack

Loggly integration with Slack
MIT License
2 stars 3 forks source link

Hubot unable to load body-parser #1

Open eranchetz opened 9 years ago

eranchetz commented 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.

eranchetz commented 9 years ago

Silly me, you should do in root hubpt dir: npm install body-parser

before and restart hubot. Thanks for the great script @nanek :+1: