无法安装 Hubot
Trouble getting Hubot installed
我已经基于 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>
等等,等等,试图绕过认为我在此处放置了太多代码的检查....
我刚才在 Windows10 遇到了同样的问题。
我不知道为什么会出现这个问题,但是我发现
yo hubot --defaults
工作正常。
你的情况
yo hubot --owner="craigrow@hotmail.com" --name="tester" --description="A simple helpful robot for your Company" --adapter=campfire
会起作用。
我已经基于 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>
等等,等等,试图绕过认为我在此处放置了太多代码的检查....
我刚才在 Windows10 遇到了同样的问题。
我不知道为什么会出现这个问题,但是我发现
yo hubot --defaults
工作正常。
你的情况
yo hubot --owner="craigrow@hotmail.com" --name="tester" --description="A simple helpful robot for your Company" --adapter=campfire
会起作用。