hubot: Hubot is not responding to hubot help and ping (Win 7 - 32 bit)
I attempted to install and run hubot based following this Tutorial as following:
- npm install hubot
- cd node_modules / hubot
- node node_modules / coffee-script / bin / coffee bin / hubot
Hubot does not respond to any of sample command (help & ping). I managed to solve deprecated issue by modifying robot.coffee code line 283
#app.use express.bodyParser()
app.use express.urlencoded()
app.use express.json()
But the result is the same.

Port 8080 is not in use. Any other ways to resolve/troubleshoot?
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 18 (8 by maintainers)
this should be in the doc