Cześć,
Potrzebuje pomocy, czy ktoś z obecnych tu instalował Hubota(-> https://hubot.github.com/) na widowsie. Mam problem bo idąc zgodnie z instrukcją po wywołaniu yo hubot i stworzenia repozytorium gita nie mam pojęcia co dalej. W folderze bin i odpaleniu pliku hubot coś tam się wykonuje i konsola się zamyka. hubot-scripts.json jest pusty. Chciałbym na początku odpalić go u siebie na localhoscie i wgrać plugin do HipChat'a. Czy ktoś miał styczność ewentualnie domyśla się co robie źle :<?

EDIT: to jest instrukcja z której korzystam https://github.com/github/hubot/blob/master/docs/index.md

EDIT2: o to co próbuje zrobić i błąd który mi się pokazuję

C:\Workplace\myhubot\node_modules\coffee-script>node
> bin/hubot
ReferenceError: bin is not defined
    at repl:1:1
    at REPLServer.defaultEval (repl.js:248:27)
    at bound (domain.js:280:14)
    at REPLServer.runBound [as eval] (domain.js:293:12)
    at REPLServer.<anonymous> (repl.js:412:12)
    at emitOne (events.js:82:20)
    at REPLServer.emit (events.js:169:7)
    at REPLServer.Interface._onLine (readline.js:210:10)
    at REPLServer.Interface._line (readline.js:549:8)
    at REPLServer.Interface._ttyWrite (readline.js:826:14)