我已经基于Windows Server 2012设置了一个EC2实例。这就是我所看到的。有什么想法吗?
C:\sandbox\hubot>yo hubot
_____________________________
/ \
//\ | Extracting input for |
////\ _____ | self-replication process |
//////\ /_____\ \ /
======= |[^_/\_]| /----------------------------
| | _|___@@__|__
+===+/ /// \_\
| |_\ /// HUBOT/\\
|___/\// / \\
\ / +---+
\____/ | |
| //| +===+
\// |xx|
? Owner craigrow@hotmail.com
? Bot name tester
? Description A simple helpful robot for your Company
? Bot adapter (campfire)
C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\node_modules\rx\dist\
rx.js:77
throw e;
^
true
C:\sandbox\hubot>
Blah,等等,等等,试图绕过那个认为我在这里放了太多代码的支票....
答案 0 :(得分:0)
我刚才在Windows10上遇到了同样的问题 我不知道为什么会出现这个问题,但我找到了
yo hubot --defaults
工作正常。
在你的情况下
yo hubot --owner="craigrow@hotmail.com" --name="tester" --description="A simple helpful robot for your Company" --adapter=campfire
会奏效。